* adds Lua language support * makes the library generic, allowing for easy extension for more languages * small improvements and fixes
7 lines
75 B
Lua
7 lines
75 B
Lua
State = {
|
|
called_with = nil
|
|
}
|
|
|
|
function test_func(x)
|
|
called_with = x
|
|
end
|