Rebol 编程/pick
外观
< Rebol 编程
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!] ]