=== Program === function main() { try { 15; } catch(e) { print(e); // should not print this } print(42,"\n"); } // 42 === Output === Result: null-value Output Entity: standard-out 42,"\n"