## main loop if (cache_is_good()) { show_cache_and_exit("current"); } # INSTEAD BECOMES cache(GOOD) && show_cache && exit('current');