First implementation of user scripts - very experimental - YMMV

This commit is contained in:
martin.holst@gmail.com 2013-05-21 18:37:43 +00:00
parent ba8b5c173b
commit 806dc07542
6 changed files with 337 additions and 4 deletions

View file

@ -0,0 +1,14 @@
print("Helleo world!");
print("hf:", hf);
print("hf.mf:",hf.mf);
print("and now... ");
print("hf.mf.mifare",hf.mf.mifare);
hf.mf.mifare("");
function foo()
print("Hi I am the foo function!");
end