import Param; if #true then 3 else 1 ; if #true then 1 else if #false then 0 else 4 ; if if #false then #false else #true then 1 else 2