packages feed

funcons-simple-0.1.0.3: tests/Basic/Basic26.output

=== Program ===
function main() {
	print(f(3));
}

function f(x) {
	return (x + x);
}
=== Output ===
Result:
null-value

Output Entity: standard-out
6