RCRPG/Racket: Difference between revisions

m
→‎Code: Fixed syntax highlighting.
(→‎{{header|Racket}}: implementation added)
 
m (→‎Code: Fixed syntax highlighting.)
 
(One intermediate revision by one other user not shown)
Line 9:
But I've not gone down that long and windy path. I've been studiously lazy about it. All
the items begin with consonants, so no need for a/an descriminating; and why count
"no ladders", "a ladder", "two ladders"... when you can just say "a ladder", "a ladder
and a ladder", "a ladder, a ladder and a ladder"? (Plus this way who cares if gold is
countable or not)
 
===Code===
<langsyntaxhighlight lang="racket">#lang racket
(require racket/stxparam)
 
Line 239:
 
(module+ main
(play g0))</langsyntaxhighlight>
9,485

edits