Talk:Code Golf: Code Golf: Difference between revisions

Content added Content deleted
m (Changed snippet to Wren S/H)
Line 2: 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:
: 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:
<lang ecmascript>System.write("Code Golf")</lang>.
<lang wren>System.write("Code Golf")</lang>.


: 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)
: 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)