RCRPG/Erlang: Difference between revisions

m
Fixed syntax highlighting.
(Created page with "{{collection|RCRPG}} My play tester insisted that the underground rooms did not exceed 8. Not interesting enough for more rooms, he said. But it is possible to make more rooms...")
 
m (Fixed syntax highlighting.)
 
Line 3:
 
No play output included by others so I will not do that either.
<syntaxhighlight lang="erlang">
<lang Erlang>
-module( rcrpg ).
 
Line 211:
usage( Command ) ->
io:fwrite( "~p: unknown command.~n", [Command] ),
usage().</syntaxhighlight>
</lang>
9,485

edits