REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 3-Aug-2010 Edit History |
Returns true if the value is an xy pair datatype.
print pair? 120x40
true
print pair? 1234
false
See the PAIR! word for more detail.
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |