const BAR := 6; function foo( a := BAR / 3, b := "blah" ) print( a + " " + b ); endfunction foo();