1 UNLESS UNLESS modifies a statement so that the statement is executed only if a conditional expression is false. Example PRINT "A% does not equal 3" UNLESS A% = 3% 2 Syntax statement UNLESS cond-exp