Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: [REBOL]

From: anton:lexicon at: 7-Jul-2002 19:01

As-pair is a new, built-in, mezzanine function in the latest view beta (which seems just as stable as the previous full release. I use it full time.) (Mezzanine means you can see its source code, implemented in rebol.)
>> ?? as-pair
as-pair: func [ "Combine X and Y values into a pair." x [number!] y [number!] ][ to-pair reduce [to-integer x to-integer y] ] Go get the beta here: http://www.rebol.com/beta-versions.html Anton.