]> git.zerfleddert.de Git - proxmark3-svn/blame - client/scripts/test.lua
fpga/fpga_hf.v, fpga_lf.v, lo_edge_detect.v, lo_passthru.v, lo_read.v: copyright...
[proxmark3-svn] / client / scripts / test.lua
CommitLineData
5a92cb52 1local foo = "This shows how to use some standard libraries"
2print(foo)
3local answer
4repeat
5 io.write("Continue with this operation (y/n)? ")
6 io.flush()
7 answer=io.read()
8until answer=="y" or answer=="n"
9local x = "Ok then, %s"
10print (x:format("whatever"))
Impressum, Datenschutz