=== Program === function main() { print(f(3)); } function f(x) { return (x + x); } === Output === Result: null-value Output Entity: standard-out 6