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