hello_world.lua 176 B

12345
  1. io.write("Running ", _VERSION, "\n")
  2. ptr = my_createFunction(1, 2, 3, "abc", "def")
  3. --io.write("my_function() returned ", a, "\n")
  4. my_printTest(ptr)
  5. my_deleteFunction(1)--ptr)