NOT
NOT yields TRUE if the value is FALSE:- not TRUE = FALSE
- not FALSE = TRUE
// The statement is executed only if condition is false, as not, reverses it to true: if not (A = 1) then writeln('Bingo!');Source: Reserved Words
// The statement is executed only if condition is false, as not, reverses it to true: if not (A = 1) then writeln('Bingo!');Source: Reserved Words