two-constant:double — definining primitive
FORTH
2CONSTANT
( x1 x2 "name" -- )( | ) ; |
; |
create a word that contains the specified twocell number in its body. when the name is executed, these numbers are left on the stack
12. 2CONSTANT X .s <emtpy stack> ok X .s 0 12 ok
dpANS 8.6.1.0360 - standard forth word