Skip to content

Commit dac52a3

Browse files
authoredMar 19, 2025
loop nesting up to 3
1 parent 47d769f commit dac52a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/Scripting-Language.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@ S
867867
print subroutine was executed
868868
```
869869

870-
### For loop (loop count must not be less than 1, no direct nesting supported)
870+
### For loop (loop count must not be less than 1, nesting up to 3 levels)
871871

872872
```
873873
for var <from> <to> <inc>

0 commit comments

Comments
 (0)