跳转到内容

Rebol 编程/第五

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

返回序列的第五个值。

FIFTH 是一个动作值。

  • series -- (类型:序列日期端口元组事件)

源代码

[编辑 | 编辑源代码]
fifth: native[
    "Returns the fifth value of a series." 
    series [series! date! port! tuple! event!]
]
华夏公益教科书