Types
Coming soon...
to-bool ( <a> -- <bool> ) Coerce a value to a boolean.
to-cmd ( <a> -- <cmd> ) Coerce a value to a command.
to-def ( <a> -- <def> ) Coerce a value to a deferred command. (Read as "definition" or "deferred".)
to-float ( <a> -- <float> ) Coerce a value to a floating-point number.
to-int ( <a> -- <int> ) Coerce a value to an integer.
to-quote ( <a> -- [<a>] ) Coerce value to a quote. To quote a quote, use quote.
to-string ( <a> -- <string> ) Coerce a value to a string.