跳转到内容

Rebol 编程/tenth

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

返回系列的第十个值。

TENTH 是一个动作值。

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

源代码

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