Didn't know I could compare two values, then take the boolean result (ie true = false) and compare it to another boolean (ie (True = False) = False).
SCAR Code:Program New;
Var
P : Boolean;
Begin
P := True;
WriteLN(BoolToStr((True = True) = P));
End.
Did anyone else learn anything interesting?
~Sandstorm


Reply With Quote













