lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



Hi,

print("what is your name?")
name = io.read()
print("Hello, "..name)

[]s
Edu Quintao


On Thu, 21 Sep 2006, Trey Montgomery wrote:

Im very new to programming and lua. I have been looking at tutorials for
several days now and still cant find anything on user input  can someone
please help me out?
I want to know how to do something like:
what is your name? Paul
Hello, Paul

thank you,