From fd6892ff64b102bd494da0b1eea3113e758e6995 Mon Sep 17 00:00:00 2001 From: nodist Date: Thu, 27 Aug 2026 16:24:04 -0400 Subject: all user pages added --- docs/syntax.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'docs/syntax.md') diff --git a/docs/syntax.md b/docs/syntax.md index dd468ed..08f87a4 100644 --- a/docs/syntax.md +++ b/docs/syntax.md @@ -80,6 +80,8 @@ ```text @.tag condition {[arguments] statements } + +@.tag (statement; condition; increment) { statements } ``` #### ``break @@ -96,7 +98,7 @@ } ``` -## Coroutines ``{[] ... }` +## Lambdas ``{[arguments] ... }` ### ``return @@ -106,10 +108,12 @@ ### ``await -## Generators `^{[] ... }` +## Generators `^{[arguments] ... }` + +### ``init ### ``yield -### ``stop +### ``done ### ``next -- cgit v1.2.3