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