projects
/
proxmark3-svn
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Changed io threshold to 140, fixed boolean error in comparison
[proxmark3-svn]
/
client
/
scripts
/
test.lua
1
local foo = "This shows how to use some standard libraries"
2
print(foo)
3
local answer
4
repeat
5
io.write("Continue with this operation (y/n)? ")
6
io.flush()
7
answer=io.read()
8
until answer=="y" or answer=="n"
9
local x = "Ok then, %s"
10
print (x:format("whatever"))
Impressum
,
Datenschutz