Lua Bindings For Node.JS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

6 lines
174 B

print("Calling JS Function 'test_func' From Lua");
nodelua("test_func", 3, 5)
global_var = 'this is a global variable from lua'
print("Global Var 'test' From JS: " .. test)