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

[REBOL] Re: Who needs 'effect ?

From: brett:codeconscious at: 4-Jan-2002 23:33

img: to-image layout [banner "Interesting effect Carl :)"] f: func[a b][and 64 and to-integer a to-integer b] sort/compare img :f view layout [image img] Brett.