home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 9
/
09.iso
/
l
/
l074
/
1.ddi
/
TRIANGLE.TRU
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1985-01-05
|
221 b
|
13 lines
! A picture of a triangle.
!
PICTURE Triangle
PLOT 0,0; 1,1; 1,0; 0,0 ! A triangle
END PICTURE
SET WINDOW 0, 15, 0, 10 ! Set the window
DRAW Triangle ! Draw the triangle
END