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