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

[REBOL] prefix operator bug?

From: anton::lexicon::net at: 4-Aug-2002 21:34

Check this console session: REBOL/View 1.2.8.3.1 3-Aug-2002
>> + 1 2 ; no printable result... >> * 1 2 ; no result >> / 1 2 ; no result >> - 1
== -1
>> type? + 1 2
== op!
>> type? * 1 2
== op!
>> type? / 1 2
== op!
>> type? - 1
== integer! Anton.