7ba9fe5aacf8889f5f88c81df85a7f10f12e9c9c.svn-base 82 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 function a(b) { if (b == 1) { return 2; } else { return 17; } return 3; }