funcons-simple-0.1.0.3: tests/Basic/Basic13.output
=== Program ===
function main() {
if (3 != 4) {
print("good");
}
}
=== Output ===
Result:
null-value
Output Entity: standard-out
"good"
=== Program ===
function main() {
if (3 != 4) {
print("good");
}
}
=== Output ===
Result:
null-value
Output Entity: standard-out
"good"