a=10
if(a<20)
then
    io.write(a ," is less than 20")
end
print("                      ")
io.write("The value of a is ",a)

Embed on website

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