home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CDPD Public Domain Collection for CDTV 4
/
CDPD_IV.bin
/
utilities
/
editors
/
textra
/
scripts
/
jforth_scripts
/
tojf.textra
< 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
|
1994-06-24
|
228 b
|
11 lines
/* send a string to the JForth interpreter... */
OPTIONS results
parse arg theString /* get the argument */
if (theString == "") then
theString = '" JForth Professional just says HI!" $type cr'
address 'JFORTH' theString