You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ScriptSpecification.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,12 @@ Jumps in the script are string literals suffixed by a colon `:` above an instruc
27
27
28
28
## Comments
29
29
30
-
The script can contain single-line comments prefixed with `//`. Those comments will be ignored on compilation.<br>```// This is a comment```
30
+
The script can contain single-line comments prefixed with `//` and multi-line comments encased in `/* Comment */`. Those comments will be ignored on compilation.<br>
0 commit comments