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.
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to