-- An if statement that compares two numbers x = 10; y = 20; if (x > y) then -- Do something here end