1proc j!() { 2 return (return) 3} 4 5proc main!() { 6 let here = j!(); 7 if here == 5 { 8 exit 3 9 } 10 here 5 11}