def AnotherFunction: { printf[ "another Function!" ]; }; def Main : { if [ 10 > 4 ]: { printf[ "hello world" ]; }; }; call Main;