Rebol 编程/index?
外观
< Rebol 编程
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."
]