跳转到内容

Rebol 编程/tail

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

返回最后一个值之后位置的序列。

TAIL 是一个动作值。

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

源代码

[编辑 | 编辑源代码]
tail: native[
    {Returns the series at the position after the last value.} 
    series [series! port!]
]
华夏公益教科书