Skip to content

Commit

Permalink
Updated sslc doc for documentation site
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaRain committed Jun 18, 2024
1 parent 2d20de6 commit e2e33f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sslc.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ Syntax which requires sfall for compiled scripts to be interpreted is marked by
```
__NOTE:__ When using incremental operators like `+=`, `*=`, `++`, `--` compiler will use additional temp variable to get an array at penultimate level in order to avoid making the same chain of `get_array` calls twice.

- (*) `foreach` loops: A shorthand method of looping over all elements in an array. Syntax is `foreach (<symbol> in <expression>)`.
- (*) `foreach` loops: A shorthand method of looping over all elements in an array. Syntax is `foreach (<symbol> in <expression>)`. You can declare variables in place by adding the `variable` keyword before the symbol name.
- new:
```
procedure bingle begin
Expand Down

0 comments on commit e2e33f0

Please sign in to comment.