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