home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMOS PD CD
/
amospdcd.iso
/
sourcecode
/
amos1.34_progs
/
screen_clear.amos
/
screen_clear.amosSourceCode
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
AMOS Source Code
|
1993-01-17
|
180 b
|
9 lines
'
For N=3 To 12
Locate 5,N : Print "aaaajklllllllllllllllllllllllllllllllmmm"
Next
'
For N=5 To 208 Step 2
Text 0,N,"========================================"
Wait 2
Next