Previous Previous chapter · Next Next chapter · Contents Table of Contents

Chapter 8 : BUILT-IN FUNCTIONS

In this chapter, the following items are used to indicate the required argument type. Other types may be used, and will be automatically converted to the required type, if possible. Integer suffixes will be used to distinguish multiple arguments of the same type.

    arg              A generic argument of any SNOBOL4 data type.

    array            An array.

    i                An integer number.

    name             The name of a variable, function or label,
                     such as .VAR or 'VAR'.  When case-folding,
                     'VAR' and 'var' are equivalent as names.

    s                Any SNOBOL4 string.

    table            A table.

    unit             I/O unit; an integer between 1 and 16.
If an argument is omitted in a function call, SNOBOL4 supplies the null string instead.


Previous Previous chapter · Next Next chapter · Contents Table of Contents