Skip to content

Commit ab5ae7d

Browse files
committed
FEAT: improved doc-string for at and atz actions
1 parent 3102b5b commit ab5ae7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/boot/actions.reb

+2-2
Original file line numberDiff line numberDiff line change
@@ -165,13 +165,13 @@ skip: action [
165165
]
166166

167167
at: action [
168-
{Returns the series at the specified index.}
168+
{Returns the series at the specified index, relative to the current position.}
169169
series [series! gob! port!]
170170
index [number! logic! pair!]
171171
]
172172

173173
atz: action [
174-
{Returns the series at the specified 0-based index.}
174+
{Returns the series at the specified 0-based index, relative to the current position.}
175175
series [series! gob! port!]
176176
index [number! logic! pair!]
177177
]

0 commit comments

Comments
 (0)