I wonder if there's something like the command in the title, since having conditionals in my scripts that are empty and only the else cases being used kinda suck...
Nevermind, I guess on my search for a fitting example, I found the syntax... if everyone could confirm that...
Nevermind, I guess on my search for a fitting example, I found the syntax... if everyone could confirm that...
Code:
if !(condition)
# execute
end