?login_element?
?pathlinks? – Rev 1537
Blame |
Last modification |
View Log
| Download
-- 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())