home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
Amos
/
AmosCRAFT2Turbo.DMS
/
in.adf
/
demos
/
general
/
T_Clip.AMOS
/
T_Clip.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
|
1994-01-29
|
157 b
|
8 lines
'T Clip demo!
For G=1 To 10
For T=1 To 50 Step 5
Print T;" clip at";G;"="; Extension_12_0A88(T,G)
Next T
Print "press key"
Wait Key
Next G