Returns TRUE for pair values.
pair? value
value - The value argument. (must be: any-type)
Returns true if the value is an XY pair datatype.
print pair? 120x40 true
print pair? 1234 false
Copyright 2004 REBOL Technologies