jeForth sample code baby.html -- FigTaiwan H.C.Chen 2015-2020
Output area, 'cls' command to clear
Forth source code. Just a few demo, scroll to view all of them. This area is disposable because definitions are read already.
code // var s = nexttoken('\n|\r'); last().help = s; end-code // (
-- ) Give help message to the last word. code cls vm.clearScreen() end-code // ( -- ) Clear output area code words for(var i=1; i
-- "string" ) String
Input box -- Ctrl-Enter to execute. Try 'help' command.