run-string ( string -- datastack )


Vocabulary
tools.scaffold

Inputs
stringa string


Outputs
datastackan array


Word description
Parses and executes the string on an empty datastack, returning the resulting datastack as an array.

See also
read-unit-test

Definition