Name

value:core — definining primitive

Synopsis

FORTH

VALUE ( value 'name' -- )();
p4:"value";

Description

CREATE a word and initialize it with value. Using it later will push the value back onto the stack. Compare with VARIABLE and CONSTANT - look also for LOCALS| and VAR

dpANS .6.2.2405 - standard forth word