From 20106935981d50971da0a7708a5bfdbec256049c Mon Sep 17 00:00:00 2001 From: nodist Date: Fri, 10 Jul 2026 15:14:36 -0400 Subject: array methods and return qualifier --- docs/language/index.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/language') 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 } -- cgit v1.2.3