跳转到内容

Rebol 编程/pick

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

返回系列中指定位置的值。

PICK 是一个动作值。

  • 系列 -- (类型:系列对事件货币日期时间对象端口元组任何函数)
  • 索引 -- (类型:数字逻辑对)

源代码

[编辑 | 编辑源代码]
pick: native[
    {Returns the value at the specified position in a series.} 
    series [series! pair! event! money! date! time! object! port! tuple! any-function!] 
    index [number! logic! pair!]
]
华夏公益教科书