ProPeler
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
doc
/
lua50
/
examples
/
Filename :
printf.lua
back
Copy
-- an implementation of printf function printf(...) io.write(string.format(unpack(arg))) end printf("Hello %s from %s on %s\n",os.getenv"USER" or "there",_VERSION,os.date())