New to Lua & Love- Simple Code Question
Posted: Mon Dec 17, 2012 4:16 pm
As the title stated, I'm pretty new to Love and the Lua language. I've been running through a bunch of tutorials, when I came across the following line of code:
Heres the link to the tutorial it came from: http://www.headchant.com/2010/12/31/lov ... 2-pew-pew/
(The code I'm looking at is in the 3rd black chunk of code down the page)
I've been studying Java at my college, so I'm not quite comfortable with Lua yet. My question is, what does the ">" stand for? I've done a bunch of searching, but haven't been able to figure it out... Any help in the right direction is greatly appreciated!
Edit: Pointed to the wrong black chunk of code.
Code: Select all
if v.y > 465 then
(The code I'm looking at is in the 3rd black chunk of code down the page)
I've been studying Java at my college, so I'm not quite comfortable with Lua yet. My question is, what does the ">" stand for? I've done a bunch of searching, but haven't been able to figure it out... Any help in the right direction is greatly appreciated!
Edit: Pointed to the wrong black chunk of code.