REBOL Document

To-char - Function Summary


Summary:

(missing)

Usage:

to-char value

Arguments:

value - The value argument.

Description:

Converts other values to CHAR.


    print to-char "a"
    a


    print to-char 65
    A

Related:

to - Constructs and returns a new value after conversion.


<Back | Index | Next>

Copyright 2004 REBOL Technologies