You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
angerangel edited this page Mar 19, 2013
·
1 revision
USAGE
TO type spec
DESCRIPTION
Converts to a specified datatype.
TO is an action value.
ARGUMENTS
type -- The datatype or example value (any-type!)
spec -- The attributes of the new value (any-type!)
#SOURCE
to: make action! [ [
"Converts to a specified datatype."
type [any-type!] "The datatype or example value"
spec [any-type!] "The attributes of the new value"
] ]