ref: 30289d4a13c4c6d6a60ad1a0eff6151c37e2cf49 dir: /src/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())