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
181 B

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