Skip to content
GitLab
Explore
Sign in
Register
for loop syntax
Example:
let
value
=
[
1 2 3 4]
for
element
in
@value
echo
$element
end
Edited
Mar 09, 2024
by
Florian Naumann