Utilities

importDynamic ( paramStructure resultStructure libraryName functionName -- )  imports a function from a dynamic library

LF ( -- lineFeed )  returns a line feed

print ( value -- )  prints text representation of a value to the console

printStack ( -- )  prints stack state to the console

textSplit ( text -- list )  splits text into a list of single Unicode Code Points

toText ( value -- text )  returns text representation of a value, 'call' can be used for the inverse operation

useFile ( ... name -- ... )  executes contents of a file with a given name