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