Boolean type constant: FALSE
<? if (FALSE) print("This will never print<BR>"); else print("This will always print<BR>"); ?>