Hello,

Try to load the Floating point package.
How do, or find I the words get-recognizer and set-recognizer?

What is the meaning of the word "place-rec" and what is the input?

Thanks for any help.

Cheers

Jan


|S|  930|: place-rec ( xt -- )
|S|  931|  get-recognizer
|E= ?? -13 14
**** /Users/jankromhout/Documents/amforth-6.7/tools
Error: Error in line sent



: place-rec ( xt -- )
  get-recognizer
  dup >r
  1-  n>r
  swap
  nr> drop r> 1+
  set-recognizer
;

_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to