in reply to Re: If/Else or Unless Not Triggering Correctly
in thread If/Else or Unless Not Triggering Correctly
is exactly the same aselse { # do nothing }
(THAT IS if an optimizer zapped this clause for you. Otherwise it's not quite the same because it wastes machine cycles)# do nothing
|
|---|