Skip to content

Commit f2d67a0

Browse files
Merge pull request #5 from navinsubramani/productivity_tools
updated the run function to check for pre condition
2 parents 69c2178 + 256af68 commit f2d67a0

File tree

9 files changed

+13
-5
lines changed

9 files changed

+13
-5
lines changed

example/Basic Interface.vi

20 Bytes
Binary file not shown.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1+
print(4+4+6+0+9+0-0-9*8/9)
2+
randomnumber = randomnumber()
3+
4+
print(randomnumber + randomnumber() * 3)
5+
6+
17
print(randomnumber() + 4)
28

39
print(randomnumber() + randomnumber())
10+
411
wait(randomnumber())
12+
513
print(randomnumber() + 1 * 2)
614

source code/LSL components/functions/functionsbase/functionbase.lvclass

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)