#N canvas 200 50 740 463 10; #X text 27 22 MOLE - a forth for pd; #X text 25 41 usage: [mole ]; #X obj 26 219 mole help; #X floatatom 26 261 5 0 0 0 - - -; #X floatatom 84 260 5 0 0 0 - - -; #X msg 26 187 test 10 13; #X msg 26 148 1 1 + .f; #X text 116 218 loads module 'help.mole' (in the extra/ directory) ; #X text 118 143 an ordinary forth command: load 2 numbers on the stack \, add them and print out as floating point number.; #X text 117 187 pd style message implemented as parsing word in 'help.mole' ; #X msg 26 121 words; #X text 118 118 print all available commands for this module; #X text 25 328 for more info \, read the source files kernel.mole \, pd.mole \, and forth.mole; #X text 26 366 the distribution contains a script named 'console.py' which implements a console for mole. the script connects through a netreceive object.; #X obj 26 80 netreceive 6666; #X text 143 79 <- console can connect here; #X connect 2 0 3 0; #X connect 2 1 4 0; #X connect 5 0 2 0; #X connect 6 0 2 0; #X connect 10 0 2 0; #X connect 14 0 2 0;