4 lines
96 B
Text
4 lines
96 B
Text
io.write("Enter a number: ")
|
|
a = io.read("*l")+0
|
|
io.write("Enter a string: ")
|
|
b = io.read("*l")
|