FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
lua/test/printf.lua at lua-5.1 · LuaDist/lua · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Nov 20, 2020. It is now read-only.
LuaDist
/
lua
Public archive
Notifications
You must be signed in to change notification settings
Fork
455
Star
1.5k
Code
Pull requests
6
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
lua
/
test
/
printf.lua
Copy path
More file actions
More file actions
Latest commit
History
History
History
7 lines (5 loc) · 169 Bytes
Breadcrumbs
lua
/
test
/
printf.lua
Copy path
File metadata and controls
7 lines (5 loc) · 169 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
--
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
())
Back
|
FazBrowse Home
|
New Git URL