跳转到内容

Rebol 编程/第八

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

返回序列的第八个值。

EIGHTH 是一个动作值。

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

源代码

[编辑 | 编辑源代码]
eighth: native[
    "Returns the eighth value of a series." 
    series [series! port! tuple!]
]

华夏公益教科书