-- An if statement that compares two numbers for inequality x = 10; y = 20; if (x ~= y) then -- Do something here, they are not equal end