funcons-simple-0.1.0.3: tests/Basic/Basic17.output
=== Program ===
function main() {
try {
print(1);
} catch(x) {
print(2);
}
}
=== Output ===
Result:
null-value
Output Entity: standard-out
1
=== Program ===
function main() {
try {
print(1);
} catch(x) {
print(2);
}
}
=== Output ===
Result:
null-value
Output Entity: standard-out
1