VocabularyevalInputsOutputsNone
Word descriptionParses Factor source code from a string, and calls the resulting quotation, which must have the given stack effect.
NotesThis word must be wrapped within
with-file-vocabs or
with-interactive-vocabs, since it assumes that the
manifest variable is set in the current dynamic scope.
ErrorsThrows an error if the input is malformed, or if the evaluation itself throws an error.
Definition