跳转到内容

Rebol 编程/index?

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

返回系列中当前位置的索引号。

INDEX? 是一个动作值。

  • 系列 -- (类型:系列端口)
  • /xy -- 返回索引作为 XY 偏移对。

源代码

[编辑 | 编辑源代码]
index?: native[
    {Returns the index number of the current position in the series.} 
    series [series! port!] 
    /xy "Returns index as an XY pair offset."
]
华夏公益教科书