[POSSIBLY]
* [POSSIBLY] ( [name] -- ?? )

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

EXTENSIONS useful immediate primitive