n=io.read("*n")
if(n>=1)
then
    io.write("The number is possitive.")
elseif(n<=-1)
        then
                io.write("The number is negitive.")
                
        end

Embed on website

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