We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d21a2 commit 7dc037dCopy full SHA for 7dc037d
README.md
@@ -34,7 +34,7 @@ You can look [here](CritLang/sieve.crit) for more an implemantion of the [Sieve
34
## Documentation
35
Check [here](https://github.com/lucascompython/CritLang/wiki/Language-Defenition) for the language definition.
36
## Tips and Tricks
37
-You can have a else block after a while loop declaration to avoid a if statement.
+You can have a else block after a while loop declaration to avoid a if statement.<br>
38
To have syntax highligting you can set the language to Golang or Rust, I've tested both and they look fine to me.<br>
39
This language also has a `until` keyword, which is just like the `while` keyword but with the opposite condition.
40
```rust
0 commit comments