VocabularykernelInputs and outputsWord descriptionCalls a quotation. Words which
call an input parameter must be declared
inline so that a caller which passes in a literal quotation can have a static stack effect.
ExamplesThe following two lines are equivalent:
2 [ 2 + 3 * ] call
2 2 + 3 *
See alsocall(DefinitionMethods