in reply to Re: If/Else or Unless Not Triggering Correctly
in thread If/Else or Unless Not Triggering Correctly

else { # do nothing }
is exactly the same as
# do nothing
(THAT IS if an optimizer zapped this clause for you. Otherwise it's not quite the same because it wastes machine cycles)