Skip to content
angerangel edited this page Mar 8, 2013 · 1 revision

USAGE

   AT series index

DESCRIPTION

Returns the series at the specified index.

AT is an action value.

ARGUMENTS

  • series (series! gob! port!)
  • index (number! logic! pair!)

#SOURCE

at: make action! [  [
    "Returns the series at the specified index."
    series [series! gob! port!]
    index [number! logic! pair!]
] ]
Clone this wiki locally