Skip to content

Commit

Permalink
Update syntax docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bgk- committed Jul 11, 2024
1 parent 97353c3 commit d3fcff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d3fcff5

Please sign in to comment.