good: function [name][ what: (attr'what) ?? "morning" print ["Good" what name "!"] ] good "Nick" good.what:"night" "John"