Skip to content

Commit 66b8f90

Browse files
created the print screen api
1 parent bcc6357 commit 66b8f90

23 files changed

+233
-152
lines changed

example/Basic Interface.vi

28 Bytes
Binary file not shown.

example/assesment function.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ wait(1)
77
->v1 = "tested nested variable"
88
->popup(v1)
99
->v2 = v1
10+
->popup(v2)
1011
popup(v2)
1112
wait(0.1)

example/print.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
v1 = "testing v1"
2+
v2 = 100
3+
v3 = True
4+
print(v1)
5+
print(v2)
6+
print(v3)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)