UD70
Issue code: 70nu2
Getting started 3-5
Creating a file
1 Click on or open the File File menu and select NewNew.
2 Enter the following program exactly as it appears, using the tab key to
indent lines.
$TITLE Sawtooth
$VERSION 1.1.1
$DRIVE Unidrive
$AUTHOR MyName
$COMPANY MyCo
//Note: This is a comment.
BACKGROUND{
Top:
#1.21=0
DO WHILE #1.21<1000
#1.21=#1.21+1
LOOP
GOTO
Top:
}
3 Open the FileFile menu and select Save As...Save As.... The Save File AsSave File As dialog box
appears.
4 In the Folders: Folders: list, select the ProjectsProjects directory. In the FileFile name: name:
text box, type
SAWTOOTH.DPL.
5 Click on . The file is now saved.
The program is ready for compiling into machine code.
Important Note
DPL programs must be saved as .DPL files. If this is not
done, the program cannot be compiled into machine code.
Only the saved version of the program is compiled.