diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-08-27 16:24:04 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-08-27 16:24:04 -0400 |
| commit | fd6892ff64b102bd494da0b1eea3113e758e6995 (patch) | |
| tree | 2f4606a13ae0fbfab4fffeda0ae430719d9a7ff4 /docs/syntax.md | |
| parent | 96b5c3ae7a1178e5169540b900e11d9a802d15ac (diff) | |
all user pages added
Diffstat (limited to 'docs/syntax.md')
| -rw-r--r-- | docs/syntax.md | 10 |
1 files changed, 7 insertions, 3 deletions
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 |
