I have seen a lot of forth dialects that using the words 2>r 2r@ and 2r>. Is it posible to implement them also in flashforth?
I remember publishing those to someone on the mailinglist or in here. That was some years ago. Could not quickly find it.
Actually, 2r@ is already in FF.
: 2>r >r >r ; inlined : 2r> r> r> ; inlined
Log in to post a comment.
I have seen a lot of forth dialects that using the words 2>r 2r@ and 2r>.
Is it posible to implement them also in flashforth?
I remember publishing those to someone on the mailinglist or in here. That was some years ago. Could not quickly find it.
Actually, 2r@ is already in FF.