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