IF 1=0 THEN CALL myfunction() -- referenced, but will not be called at runtimeEND IF-- versus:CALL myfunction() -- referenced, and will be called at runtime