From d3fcff5d155d82f03cd221ac8f24c4aab00e716b Mon Sep 17 00:00:00 2001 From: bgk- Date: Wed, 10 Jul 2024 21:52:14 -0700 Subject: [PATCH] Update syntax docs --- docs/syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/syntax.md b/docs/syntax.md index 6187a7c..dfccb26 100644 --- a/docs/syntax.md +++ b/docs/syntax.md @@ -487,7 +487,7 @@ var south = Cardinal.South if (north < south) print(true) // true ``` -## Sequences +#### Sequences Enum Sequences (`enumseq`) are special enums, they are the same except they cannot be changed to a previous value. If attempted, topi will ignore the assignment and remain at the current value.