跳转至内容

Rebol 编程/第六

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

返回序列的第六个值。

SIXTH 是一个动作值。

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

源代码

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