Show
Ignore:
Timestamp:
11/14/07 04:27:55 (12 months ago)
Author:
krobillard
Message:

Iter accepts negative skip.
Updated GL atoms, manual, and encode test.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/thune/doc/UserManual

    r480 r497  
    464464pick        (ser index -- val)      Fetch an element from a series. 
    465465poke        (ser val index -- ser)  Set an element of a series. 
     466push        (ser val -- )           Append value to series and drop. 
     467pop         (ser -- )               Remove last element from series and drop. 
    466468first       (ser -- val)            Fetch first value in series. 
    467469second      (ser -- val)            Fetch second value in series.