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

[REBOL] series issues

From: mgkiourt:otenet:gr at: 1-Oct-2001 20:23

Could you please elucidate the followingcode A. do["hello"]=="hello" do[print "hello"]==hello do "1"+"2"==3 B.>>set[number num ten]10 ==10
>>print [number num ten]
10 10 10
>>set[one two three][1 2 3] >>print three
3 3