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