1 2 3 4 5 6 7 8 9 10 11 12 13
main():int { x:int = 33; if (x == 33) { return 100 } else { return 10 } return 0 } //@PRACOWNIA //@out Exit code: 100