home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
COMAL3-1.DMS
/
in.adf
/
Tutorial
/
Prg3.1
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1993-04-09
|
284 b
|
19 lines
// Program 3.1
USE Turtle
graphicscreen(0) // Open the graphics system
forward(50) // Draw a square
right(90)
forward(50)
right(90)
forward(50)
right(90)
forward(50)
right(90)
WAIT 4 // Time to look at the drawing
textscreen // Close the graphics system