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

[REBOL] Bug or feature ?

From: marekw::tpg::com::au at: 11-Jan-2001 2:01

I'm not an expert, so you may help. Stragling with my little program, I came across this.
>>items: [i1 7 i2 555] ;ok >>items/i1 + 55 ; ok >>items/i1: 4 + 12 ; ERROR, (items/i1: 4) returns block, not integer
Should not > items/i1: 666 < behave like > items/i1 < ? Is this reported already, or is it needed for anything? What do you say?