if $condition { do_something() } #### statement:($condition, { do_something() }); #### foo $condition { do_something() }