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