Hi Norman, I'm one of those people that wants to see /Core kept as small as possible. Since REBOL provides ABS and NEGATE, I don't know if I'd bother adding to-positive and to-negative to /Core, since you can add them so easily yourself.
to-positive: :abs to-negative: func [value] [negate abs value] --Gregg -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
