Rebol Talk Forum  |  Getting Started  |  Newbie Help  |  Topic: 1 + 2 * 3 = 9
Pages: [1] Print
Author Topic: 1 + 2 * 3 = 9  (Read 597 times)
keckman
Newbie
*
Offline Offline

Posts: 8


View Profile
1 + 2 * 3 = 9
« on: September 15, 2005, 09:15:22 AM »

I feel it quite irritating that Rebol counts wrong 1 + 2 * 3 also i dnt like that Rebol dsn't understand 1+1, but you must have spaces between 1    +    1.

...just telling my feelings. Those little things are often first that a new novice have to deal with Rebol

But who cares?! Because so many other things are so easy...
Logged
CarlRead
Full Member
***
Offline Offline

Posts: 105


View Profile
1 + 2 * 3 = 9
« Reply #1 on: September 15, 2005, 11:03:47 PM »

Quote
also i dnt like that Rebol dsn't understand 1+1, but you must have spaces between 1    +    1.
Sure it understands 1+1...
Code:
>> set to-word "1+1" 2
== 2
>> blk: reduce [ 'print to-word "1+1" ]
== [print 1+1]
>> blk
== [print 1+1]
>> do blk
2
;-)
Logged

- Carl Read
Pages: [1] Print 
Rebol Talk Forum  |  Getting Started  |  Newbie Help  |  Topic: 1 + 2 * 3 = 9
Jump to:  

  
Quick Search...

Advanced search
  
Welcome, Guest. Please login or register.
Did you miss your activation email?
July 19, 2008, 07:40:40 PM
Username: Password: Session Length:
  

News: 01-09-08

Alpha version of REBOL 3 has been released!


  
2187 Posts in 576 Topics by 1615 Members
Latest Member: Uncellhoolf

  Rebol Talk Forum | Powered by SMF 1.0.9.
© 2001-2005, Lewis Media. All Rights Reserved.

RT design by Defiant Pc