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