experiments/luajit-test/test.lua
2024-05-27 21:30:27 +12:00

6 lines
76 B
Lua

function dolog(name, text)
log(name .. text)
end
dolog("hello", "bob")