mkraml@CAM.ORG (Mark Kraml) writes:
>i am still climbing that steep curve to forthdom, but i did a bit of
>postscript before. i was wondering how the operator "bind" appears in
>forth, i guess its one of those words i have yet to learn about.
The conceptual space occupied by PScript "bind" and "binddef"
are occupied in Forth by colon definitions
: FOO DUP SWAP OVER ;
and CONSTANT and non-standard constructs like Dr. Noble's ALIAS.
=jax=
--
#jax@cygnus.com # "Forth is the only SDI possibility. The
#jax@well.sf.ca.us # chance of convincing them of that is zero.
#72203.1320@compuserve.com # So pray for disarmament."
#SYSOP RCFB (303) 278-0364 # - Chuck Moore, live on Compuserve, 1986
|