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
To embed this project on your website, copy the following code and paste it into your website's HTML: