跳到内容

Rebol 编程/at

来自维基教科书,开放的书籍,开放的世界
AT series index 

返回指定索引处的系列。

AT 是一个动作值。

  • 系列 -- (类型:系列端口)
  • 索引 -- 可以是正数、负数或零。 (类型:数字逻辑对)

源代码

[编辑 | 编辑源代码]
at: native[
    "Returns the series at the specified index." 
    series [series! port!] 
    index [number! logic! pair!] "Can be positive, negative, or zero."
]

华夏公益教科书