Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Good god! I agree with you, but I wouldn't want all the windows users to get angry and start a war on open-source!
You probably have good intentions, but as one Computer Science Major to another at least Computer Science oriented person from what it sounds like, Don't give people answers. Give them help, but half of the learning experience is learning a programming language and features on your own. Otherwise, they'll be lost in later courses.
like... io.read for 5 seconds?
thanks.
at best perhaps a loop
while(1)
startime=getmiliseconds
io.read //however its used
endtime=getmiliseconds
print endtime-starttime . " seconds";
endwhile
And I don't know LUA at all but you should be able to subtract the begin time from the end time and print it.
https://love2d.org/