function display(s := "this is the default") print(s); endfunction display(); display("not the default");