We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If all paths of an if/else return code below it is unreachable
if true then return false elseif true and true return false else return false end return true -- unreachable code