Skip to content

Commit bb42335

Browse files
authored
Update SYNTAX.md
1 parent 9cd77df commit bb42335

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/SYNTAX.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# BScript Syntax
22

3+
## Comments<br>
4+
````
5+
//You can comment your code like this! Comments even stay in the generated c files!
6+
````
7+
38
## Printing<br>
49
````
510
print "At least we have support for basic strings";
@@ -69,4 +74,4 @@ Adds the ASCII value to the String.
6974
revascii a
7075
````
7176

72-
(Do note the strings do not reset when you call this. You may have to call `string ""` if you want this to work correctly.)
77+
(Do note the strings do not reset when you call this. You may have to call `string ""` if you want this to work correctly.)

0 commit comments

Comments
 (0)