-- Hi folks,
Has anyone noticed and previously reported the fact the + and - used as prefix 
operators
act asimmetrically? + performs an addition on two arguments, - turns the first argument
into a negative value, discards it and returns the second argument:

>> - 3 4
== 4

Do you find this to be intuitive, reasonable, preferable?

Elan

=========
This message brought to you courtesy of Bo and Andrew Grossman's messenger.r script
using redit.r - the full-screen REBOL editor. Yeah!


Reply via email to