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