ref: 8b840a1da8dbc686a315eac274e8eee747867a5a dir: /lua/test/printf.lua/
-- an implementation of printf function printf(...) io.write(string.format(...)) end printf("Hello %s from %s on %s\n",os.getenv"USER" or "there",_VERSION,os.date())