Talk:Language in Roguelikes

From RogueBasin
(Difference between revisions)
Jump to: navigation, 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 05: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)

Personal tools