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

[REBOL] converting <> to !=

From: moliad::aei::ca at: 24-Aug-2006 4:00

hi list, its been a while since I've posted anything of worth, but I just stumbled across this and I think some of you will appreciate it: set '!= get in system/words first [<>] this allows you to use != instead of <> in your arithmetic. ex: 1 != 3 ==True or val: 34 either val != 20 [print "not 20"] [print "is 20"] == not 20 ciao! -MAx