[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: User input
- From: Eduardo Quintao <eduquintao@...>
- Date: Thu, 21 Sep 2006 21:41:45 -0300 (BRT)
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,