Name

off-store:toolbelt — ordinary primitive

Synopsis

FORTH

OFF ( addr -- )();
p4:"off-store";

Description

Store 0 at _addr_. Defined in f84 as OFF. See antonym ON!.

  : OFF  ( addr -- )  0 SWAP ! ;