summaryrefslogtreecommitdiff
path: root/docs/syntax.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-08-23 14:16:11 -0400
committernodist <kevin.comas.git@gmail.com>2026-08-23 14:16:11 -0400
commit96b5c3ae7a1178e5169540b900e11d9a802d15ac (patch)
treed8674a4f4a8452bf3cf73c7ca61affb82f9523ba /docs/syntax.md
parent496ef1254b41de5f490c10c39dafe3b8ddc1a55a (diff)
tagging page examples
Diffstat (limited to 'docs/syntax.md')
-rw-r--r--docs/syntax.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/syntax.md b/docs/syntax.md
index 0868143..dd468ed 100644
--- a/docs/syntax.md
+++ b/docs/syntax.md
@@ -82,9 +82,9 @@
@.tag condition {[arguments] statements }
```
-#### ``break.tag
+#### ``break
-#### ``continue.tag
+#### ``continue
### Match `#`
@@ -98,7 +98,7 @@
## Coroutines ``{[] ... }`
-### ``return.tag
+### ``return
### ``sync