local function foo(a, b) return string.rep(b, a) end return foo(10, "hello") .. " world"
autorun:
run ▶