This commit is contained in:
2015-03-27 10:38:37 +01:00
commit ddb4c755fd
21 changed files with 598 additions and 0 deletions

13
script/test/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))