keyword in if-then-else and select-case-then-else
Used with if and select.
if
select
val = %t if val==%t then disp("true"); else disp("false"); end select val case %t then disp("true"); case %f then disp("false"); else disp("a third variant"); end
else
else=1