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

[REBOL] Re: to-offset

From: rotenca:telvia:it at: 13-Apr-2002 18:15

Hi Gregg,
> to-index: func [pos [pair!] cols [integer!] ] [ > pos/y - 1 * cols + pos/x > ] >> to-index 0x0 3
== -3 This should be 1, or not? --- Ciao Romano