REBOL 3 Docs Guide Concepts Functions Datatypes Errors
  TOC < Back Next >   Updated: 3-Aug-2010 Edit History  

REBOL 3 Functions: as-pair

as-pair  x  y

Combine X and Y values into a pair.

Arguments:

x [number!]

y [number!]

See also:

to-pair   pair?  

Description

Provides a shortcut for creating pair! values from separate X and Y integers.

print as-pair 100 50
100x50

See the pair! word for more detail.


  TOC < Back Next > REBOL.com - WIP Wiki Feedback Admin