Skip to content

Commit 749c3a7

Browse files
update and add
1 parent 88f78ff commit 749c3a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/VisualScript.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def process_code(file):
1818
"convertInt":"int",
1919
"convertStr":"str",
2020
"else if":"elif",
21+
"//":"#"
2122

2223

2324
}

src/example.vs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# this is a comment
1+
// this is a comment
22
log("Hello, World")
33

44
log(add(1, 2))
5-
window("steve")

0 commit comments

Comments
 (0)