Name

on-store:forth_usual — ordinary primitive

Synopsis

FORTH

ON! ( addr -- )();
p4:"on-store";

Description

Store -1 at _addr_. Defined in f83 as ON. See antonym OFF!.

  : ON!  ( addr -- )  -1 SWAP ! ;