Manual:DIL Examples

From DikuMUD Wiki
Jump to navigation Jump to search

General Considerations

Every DIL program has the following structure:

dilbegin programname();
         var
         code
         {}
         dilend