We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd77df commit bb42335Copy full SHA for bb42335
docs/SYNTAX.md
@@ -1,5 +1,10 @@
1
# BScript Syntax
2
3
+## Comments<br>
4
+````
5
+//You can comment your code like this! Comments even stay in the generated c files!
6
7
+
8
## Printing<br>
9
````
10
print "At least we have support for basic strings";
@@ -69,4 +74,4 @@ Adds the ASCII value to the String.
69
74
revascii a
70
75
71
76
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