# Functions
Eval takes a Forth and strings and splits the string on space characters, pushing each element on the stack or invoking the operator if it is found in the opmap.
New creates a new stack.
NewWord allows for definition of new operators from strings.
Ops returns the operator map.
String returns the Top Of Stack if it is a string or panics.
# Type aliases
No description provided by the author