prefix operator bug?
[1/1] 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.