diff --git a/README.md b/README.md index 55ca6e1..97b421d 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,12 @@ In this language, just like C, numbers can be used in if-else expressions. `0` Meaning `false` and any other number meaning `true` ### Comments -It's possible to comment code out using the syntax: ```c /* comment */``` +It's possible to comment code out using the syntax: + +```c +/* comment */ +``` + This syntax works for both, single line and multiline comments!