Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] operator precedence, just curious...

From: tag-yer-it::mailandnews::com at: 5-Oct-2001 14:43

Hi guys, Whats up with this? I'm just curious, and probably missing something simple... REBOL/Core 2.5.0.4.2 23-Mar-2001 Copyright 2000-2001 REBOL Technologies. All rights reserved. REBOL >>> 6 * 7 - 3 / 4 == 9.75 Python 1.5.2 (#0, Dec 27 2000, 13:59:38) [GCC 2.95.2 20000220 (Debian GNU/Linux)] on linux2 Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>> 6 * 7 - 3 / 4
42 -- signature sneezing: "achoo!" -tom