UD70
Issue code: 70nu2
Getting started
3-5
Creating a file
1
Click on
or open the File
File menu and select New
New.
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 File
File menu and select Save As...
Save As.... The Save File As
Save File As dialog box
appears.
4
In the Folders:
Folders: list, select the Projects
Projects directory. In the File
File 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.
Содержание UD70
Страница 6: ......
Страница 14: ...UD70 Issue code 70nu2 2 6 Installation...
Страница 42: ...UD70 Issue code 70nu2 4 20 DPL programming...
Страница 98: ...UD70 Issue code 70nu2 7 22 Reference...
Страница 142: ...UD70 Issue code 70nu2 9 6 Diagnostics...