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 1ec8462 commit 828a3d4Copy full SHA for 828a3d4
README.md
@@ -35,7 +35,7 @@ You can look [here](CritLang/sieve.crit) for more an implemantion of the [Sieve
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.
38
-To have syntax highligting you can set the language to Golang or Rust, I've tested both and they look fine to me.
+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
41
until num > 10 {
0 commit comments