Hello

I wont to use the forward declaration “forward:” to solve my recursive word 
roll.

Is this use of forward: correct?

forward: roll

: roll
  dup 0<  \ 0<=
  if
    drop
  else
    swap >r 1- roll r> swap
then
;

When I look into the definition of forward: I find the word “iplace”.

When I look for this word in the dictionary I can’t find it.

Do I a search with grep -nr ‘iplace’ amforth-6.7 grep is find only

dup 1- swap @i here iplace here count ( copy to temporary ram)


What is this iplace?

Cheers,

Jan Kromhout




_______________________________________________
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