delphi code example

Oct 23
2009

Stolen, http://govnokod.ru/2020


function IsTrue(Value: boolean): boolean;
begin
 if Value <> true then result := false
 else if Value <> false then result := true
 else // attention!
   result := (not true) and (not false);
end;


							
							

Pages List

General info about this blog...