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

[REBOL] insert

From: narayan:iyer:gmai:l at: 2-Apr-2009 21:24

All, I have defined the following (on my OS X, both R2 2.7.6 & R3 A40) :
>> num: [1 2 3]
then I execute the following:
>> num: insert tail num [4], expecting [1 2 3 4]. However, I get: >> [] >> print num >> []
Any suggestions? Join works though! Thanks -Narayan-