REBOL Document

Pair? - Function Summary


Summary:

Returns TRUE for pair values.

Usage:

pair? value

Arguments:

value - The value argument. (must be: any-type)

Description:

Returns true if the value is an XY pair datatype.


    print pair? 120x40
    true


    print pair? 1234
    false


<Back | Index | Next>

Copyright 2004 REBOL Technologies