RCRPG/Common Lisp: Difference between revisions

m
Fixed syntax highlighting.
m (Categorization now in master page)
m (Fixed syntax highlighting.)
 
Line 27:
The Prize Room is always at (1, 1, 5), as in the Perl version.
 
===Code===
<langsyntaxhighlight lang="lisp">(eval-when (:compile-toplevel :load-toplevel :execute)
(require :iterate))
(defpackage :org.rosettacode.rcrpg
Line 716:
 
(format t "~%So long.~%")
(quit)</langsyntaxhighlight>
 
[[Category:RCRPG]]
9,476

edits