sub test { if (1) { return 1; } else { retrun 0; } } #### sub test { if (0) { return 1; } else { retrun 0; } }