NAME
    char - character corresponding to a value

SYNOPSIS
    char(j)

TYPES
    j		int

    return	string

DESCRIPTION
    Return a string with a character that has the same value as j.

EXAMPLE
    > print char(0104), char(0x42), char(101), char(0154), char(0x6c)
    D B e l l

LIMITS
    none

LIBRARY
    none

SEE ALSO
    ord
