minimal

Minimal Forth Workbench provides an educational subset of Standard Forth, feel free to experiment.



\ Minimal Forth Workbench: stack operators

: NIP ( x1 x2 -- x2 )  SWAP DROP ;
: TUCK ( x1 x2 -- x2 x1 x2 )  SWAP OVER ;
: -ROT ( x1 x2 x3 -- x3 x2 x1 )  ROT ROT ;

by UlrichHoffmann

avatar of UlrichHoffmann

Versions

1.1.1, 1.1.0, 1.0.0

Download current as zip

Tags

ansforth94, forth-94, forth-2012

Dependencies

None

Dependents

None