* adds Lua language support * makes the library generic, allowing for easy extension for more languages * small improvements and fixes
5 lines
66 B
Text
5 lines
66 B
Text
fn test_func() {
|
|
rust_func().then(|x| {
|
|
print("abc" * 5)
|
|
})
|
|
}
|