mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 16:15:38 +02:00
Changes after dll integration
This commit is contained in:
7
03_Perun_Lua_Wrapper/lua-5.1.5/test/printf.lua
Normal file
7
03_Perun_Lua_Wrapper/lua-5.1.5/test/printf.lua
Normal file
@@ -0,0 +1,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())
|
||||
Reference in New Issue
Block a user