Difference between revisions of "Manual:DIL Examples"

From DikuMUD Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
         code
 
         code
 
         {}
 
         {}
         dilend<nowiki><br>
+
         dilend</nowiki><br>

Revision as of 20:43, 31 May 2020

General Considerations

Every DIL program has the following structure:

dilbegin programname();
         var
         code
         {}
         dilend