Or if you're having problems, why not just use either the '!' or 'not' operator? They have different precedence - so you may need to be careful with which you use, but this works:
Code:
if(! TRUE){
# do stuff
} elsif(not TRUE){
# do some other stuff
} else{
# do something else
}
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.