Talk:Code Golf: Code Golf: Difference between revisions

m
Oops!
m (Changed snippet to Wren S/H)
m (Oops!)
 
Line 2:
 
: Well, I assumed that it must mean that the program should not contain any quotation marks (single or double) and, moreover, should end with an 'f'. Otherwise it would be as trivial (in Wren) as:
<langsyntaxhighlight lang="wren">System.write("Code Golf")</langsyntaxhighlight>.
 
: Of course, it will still be trivial in some languages anyway (cf. Raku) though there are may others where it's difficult to avoid quotation marks when dealing with string or character literals. --[[User:PureFox|PureFox]] ([[User talk:PureFox|talk]]) 20:04, 9 December 2021 (UTC)
9,476

edits