(execute) ( word -- )


Vocabulary
kernel.private

Inputs
worda word


Outputs
None

Word description
Executes a word without checking if it is a word first.

Warning
This word is in the kernel.private vocabulary because it is unsafe. Calling with a parameter that is not a word will crash Factor. Use execute instead.


Definition