Talk:Language in Roguelikes

From RogueBasin
Revision as of 03:03, 29 June 2011 by Nnz (talk | contribs) (Created page with "Python makes this easy using <tt>str.format()</tt>. This allows the programmer to make templates (such as <tt>You {action} the {monster}!</tt>.)")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Python makes this easy using str.format(). This allows the programmer to make templates (such as You {action} the {monster}!.)