IF mod(@sum,2) == 0 THEN outputline(concat("<br>", @sum, " is even")) ELSE outputline(concat("<br>", @sum, " is odd")) ENDIF