This commit is contained in:
boccioli_m
2015-08-28 17:35:28 +02:00
parent beb7ded936
commit 104d203536
527 changed files with 44889 additions and 719 deletions

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