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