[REBOL] Re: ROUND function (like TRUNC, FLOOR, etc...)
From: carl:cybercraft at: 20-Feb-2002 21:24
On 20-Feb-02, Gregg Irwin wrote:> Hi Charles, > CONTEXT is a shortcut for MAKE OBJECT! >>> o: context [a: 1 b: 2] >>> o/a > == 1 >>> type? o > == object!Well, okay, but for consistancy's sake, why wasn't 'to-object chosen as its name? -- Carl Read