home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
text
/
textra
/
scripts
/
jforth_scripts
/
tojf.textra
< prev
Wrap
Text File
|
1995-02-27
|
228b
|
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