Boolean variable for false.
%f or %F
%f or %F are boolean variables which return false.
%f
%F
false
When the condition is not checked, this last returns false.
a = 4 > 5 b = 0 == 1 c = %t & %f d = 3 ~= 3