6

Someone tell me should I just give up because I'm stupid and simple shit escapes me or tell me bro calm the fuck down the guy is full of shit...

Dude says he can't verify 3rd statement in a nested IF - elseif logic because the third check for a false condition is the True condition in the first 2 statements.

So

If (mode) = manual and then
Data(g) /= Status1
Or else Data(g) = Invalid
Then
Do this thing that sounds cool
Elsif
Data(g) = Status1
And then Data(g) /= Invalid
Then
Do something else equally cool
Elsif (mode) /= manual
and then Data(g) /= Invalid
and then Data(g) /= Status1
Then
Do some less cool stuff
end if

Comments
  • 1
    What the Hell?! Garbage syntax. What kind of language is this or why do you format your pseudocode so bad.

    Relating your statement, the guy is a idiot.
  • 1
    @lorki97 agree on so many levels. I did not write this trash. I changed the names to protect the innocent but kept the same formatting.
  • 1
    @Devintrix my eyes are burning...
  • 0
    @lorki97 now you see why I brought it here, I've been suffering through it alone trying to figure out if he's stupid or if I am lol
Add Comment