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

[REBOL] Re: How to remove the last item of a serie ?

From: jason:cunliffe:verizon at: 5-May-2002 15:30

Hi Gabriele
> >> test: head test > == "abcde" > >> pick tail test -2 > == #"d"
cool.. So why can't I also use a similar syntax to do
>> remove tail test -2 > Picking a range means copying, so it's better to have that done > explicitly instead of implicitly.
Can you elaborate on that a little please. Thanks. ./Jason