home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 5
/
DATAFILE_PDCD5.iso
/
utilities
/
a
/
armforth
/
!Forth
/
Forth
/
demos
/
demo
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-05-30
|
184 b
|
15 lines
: test
15 0 do
i colour
{ hello world }
type
refresh
loop
;
: wait 100000 0 do loop ;
12 vdumode
test
wait
15 vdumode
test