function addcat(a::Number, b::Number) return a + b end function addcat(a::String, b::String) return a * " " * b