Name

bracket-possibly:useful — immediate primitive

Synopsis

EXTENSIONS
[POSSIBLY] ( [name] -- ?? )(); 
 ;

Description

check if the name exists, and execute it immediatly if found. Derived from POSSIBLY as seen in other forth systems.

 : [POSSIBLY] (') ?DUP IF EXECUTE THEN ; IMMEDIATE