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