home *** CD-ROM | disk | FTP | other *** search
-
- This is the OS/2 version of Allan Pratt's portable FORTH interpreter.
-
- I converted the MS-DOS version written in C to OS/2 but have not added any
- OS/2 specific commands. Currently, it just works under OS/2. I'm planning
- to do some major re-writing of the code to support OS/2 and maybe even PM.
- While I'm mostly a C programmer, I like to work with other languages every
- now and then (and try to keep an open mind).
-
- To get started...
-
- You must use UPPER CASE for keywords.
- Use 'BYE' to return to OS2.
- Use 'VLIST' to list the keywords.
- Use (SAVE) to save your workspace into FORTH.COR.
-
- Try '4 5 + .'
-
-
- Kent Cedola
-