Rem True is a Constant Integer assigned the value 1. End Rem Print "True="+True If True Print "This line will always be executed" EndIf If Not True Print "This line will never be executed" EndIf