RCRPG/Oz: Difference between revisions

m
Fixed syntax highlighting.
(Added Oz implementation of RCRPG.)
 
m (Fixed syntax highlighting.)
 
Line 6:
It implements the same commands as the other implementations (no "alias", "name" or "help" commands, though).
 
===Code===
 
<langsyntaxhighlight Ozlang="oz">declare
%% Basic data structures
 
Line 346:
in
%% Start game
{Loop {CreateWorld [1 1 5]}}</langsyntaxhighlight>
9,476

edits