ref: b37ab4e0f47cd7cee1e6f87ecdedf4cc4690d55c 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())