Hurri04 has written
for some reason I forgot about the double, maybe it because it was too late in the night already
also I think it wouldnt be bad to have "long" as a variable type.
also I think it wouldnt be bad to have "long" as a variable type.
Lua numbers are doubles. Why do you need a long type? A standard 4-byte integer has 4,294,967,295 different values! Why do you need more than this?
Hurri04 has written
I suppose this means you are just to lazy to do it?
No it would be a waste of time. Just use a byte as boolean.
Hurri04 has written
and dont forget being able to put multiple loops into one another. "for" and "while" loops
Can be done with Lua.
Hurri04 has written
Java can be read WAY better than lua.
is lua even object oriented?
is lua even object oriented?
Lua is perfectly readable. And yes lua can be object oriented I actually used objects in this file.