funcons-simple-0.1.0.3: tests/Basic/Basic25.output
=== Program ===
function main() {
print(f());
}
function f() {
return 3;
}
=== Output ===
Result:
null-value
Output Entity: standard-out
3
=== Program ===
function main() {
print(f());
}
function f() {
return 3;
}
=== Output ===
Result:
null-value
Output Entity: standard-out
3