Difference between revisions of "Talk:Language in Roguelikes"

From RogueBasin
Jump to navigation Jump to search
(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>.)")
 
 
Line 1: Line 1:
Python makes this easy using <tt>str.format()</tt>. This allows the programmer to make templates (such as <tt>You {action} the {monster}!</tt>.)
Python makes this easy using <tt>str.format()</tt>. This allows the programmer to make templates (such as <tt>You {action} the {monster}!</tt>.) [[User:Nnz|Nnz]] 05:04, 29 June 2011 (CEST)

Latest revision as of 03:04, 29 June 2011

Python makes this easy using str.format(). This allows the programmer to make templates (such as You {action} the {monster}!.) Nnz 05:04, 29 June 2011 (CEST)