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