=== Program === function main() { print(1); var x = 2; print(x); }=== Output === Result: null-value Output Entity: standard-out 1,2