a=100
if(a>20)
then
    io.write(a," is greater than 20")
else
    io.write(a," is less than 20")
    end

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: