Difference between revisions of "Manual:DIL Examples"
Jump to navigation
Jump to search
(Created page with "= General Considerations =") |
|||
| Line 1: | Line 1: | ||
= General Considerations = | = General Considerations = | ||
| + | Every DIL program has the following structure:<br> | ||
| + | <nowiki>dilbegin programname(); | ||
| + | var | ||
| + | code | ||
| + | {} | ||
| + | dilend<nowiki><br> | ||
Revision as of 20:43, 31 May 2020
General Considerations
Every DIL program has the following structure:
<nowiki>dilbegin programname();
var
code
{}
dilend<nowiki>