|
Pages: [1]
|
 |
|
Author
|
Topic: 1 + 2 * 3 = 9 (Read 599 times)
|
|
keckman
|
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
|
also i dnt like that Rebol dsn't understand 1+1, but you must have spaces between 1 + 1.
Sure it understands 1+1... >> 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]
|
|
|
 |