TO-CHAR
REBOL Dictionary 2.0
Converts to char value.
to-char value
value - Value to convert
Converts other values to CHAR.
print to-char "a" a
print to-char 65 A
to - Constructs and returns a new value after conversion.
Copyright 2003 REBOL Technologies