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 825a3c3 commit 7c7326bCopy full SHA for 7c7326b
README.md
@@ -1,3 +1,8 @@
1
# VisualScript
2
A programing language designed to interact with UI's.
3
+
4
Based off Python syntax, Visualscript is a high-level programming language desinged to interact with ui's.
5
+Example Usage:
6
7
+ log("Hello world")
8
+ // prints hello world
0 commit comments