* ENVIRONMENT STACK-CELLS ( -- value ) the number of cells allocated for the parameter stack of forth. it can be set with a startup option to match different needs of applications. (like ENVIRONMENT RETURN-STACK-CELLS) unless the parameter-stack is made in hardware (like on some special forth CPUs)
ENVIRONMENT STACK-CELLS
( -- value )
ENVIRONMENT RETURN-STACK-CELLS
ENVIRONMENT core ordinary primitive