diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-07-10 15:14:36 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-07-10 15:14:36 -0400 |
| commit | 20106935981d50971da0a7708a5bfdbec256049c (patch) | |
| tree | a8f117787719de25813814b46ceb3e27c6541cfc /docs/language | |
| parent | 4b46d1e1b306a8573113aa971c5f8811256e2bd0 (diff) | |
array methods and return qualifier
Diffstat (limited to 'docs/language')
| -rw-r--r-- | docs/language/index.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/language/index.md b/docs/language/index.md index 4fdccb6..85d1a04 100644 --- a/docs/language/index.md +++ b/docs/language/index.md @@ -170,6 +170,8 @@ Arguments are specified with a `[]` at the beginning of the `{}` @ condition {[args] statements } +@ (value; condition; increment) {[value] statements } + @.name condition { statements } @.name condition {[args] statements } |
