This commit is contained in:
x03daop
2015-03-26 16:06:42 +01:00
commit 0287177fb3
38 changed files with 788 additions and 0 deletions

13
script/script.js Normal file
View File

@@ -0,0 +1,13 @@
function calcx(a) {
return a * 5;
}
print('Hello, World')
lib.load ("calc")
a=3
a
print (dev.get())
print (dev2.val)
print (calc(5))