跳转到内容

Rebol 编程/length?

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

返回从当前位置开始的系列的长度。

LENGTH? 是一个动作值。

  • 系列 -- (类型:系列端口元组位集结构)

源代码

[编辑 | 编辑源代码]
length?: native[
    {Returns the length of the series from the current position.} 
    series [series! port! tuple! bitset! struct!]
]
华夏公益教科书