Skip to content

Commit 7dc037d

Browse files
Update README.md
1 parent c6d21a2 commit 7dc037d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can look [here](CritLang/sieve.crit) for more an implemantion of the [Sieve
3434
## Documentation
3535
Check [here](https://github.com/lucascompython/CritLang/wiki/Language-Defenition) for the language definition.
3636
## Tips and Tricks
37-
You can have a else block after a while loop declaration to avoid a if statement.
37+
You can have a else block after a while loop declaration to avoid a if statement.<br>
3838
To have syntax highligting you can set the language to Golang or Rust, I've tested both and they look fine to me.<br>
3939
This language also has a `until` keyword, which is just like the `while` keyword but with the opposite condition.
4040
```rust

0 commit comments

Comments
 (0)