Hardware Design: SIE
Sign in or create your account
|
Project List
|
Help
Project Home
Downloads
Documentation
Issues
Source
Code Review
Source Tree
|
Change Log
|
How To Get The Code
Hardware Design: SIE Git Source Tree
Root
/
sie_fs
/
root
/
scripts
/
lua
/
test
/
printf.lua
1
-- an implementation of printf
2
3
function printf(...)
4
io.write(string.format(...))
5
end
6
7
printf("Hello %s from %s on %s\n",os.getenv"USER" or "there",_VERSION,os.date())
8
Download this file
Branches:
master
Main page
Current events
Mailing lists
Planet
Projects server
interactive
About Qi
Recent changes
Contact Qi
Help