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