跳转到内容

Rebol 编程/third

来自维基教科书,开放世界中的开放书籍
THIRD series 

返回序列的第三个值。

THIRD 是一个动作值。

  • series -- (类型:序列日期端口时间元组任何函数结构事件对象)

源代码

[编辑 | 编辑源代码]
third: native[
    "Returns the third value of a series." 
    series [series! date! port! time! tuple! any-function! struct! event! object!]
]
华夏公益教科书