We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f78ff commit 749c3a7Copy full SHA for 749c3a7
src/VisualScript.py
@@ -18,6 +18,7 @@ def process_code(file):
18
"convertInt":"int",
19
"convertStr":"str",
20
"else if":"elif",
21
+ "//":"#"
22
23
24
}
src/example.vs
@@ -1,5 +1,4 @@
1
-# this is a comment
+// this is a comment
2
log("Hello, World")
3
4
log(add(1, 2))
5
-window("steve")
0 commit comments