@staticfloat I was sure
fullname(p::Person) = string(p.firstname, " ", p.lastname) And fullname(p::Person) = "$(p.firstname) $(p.lastname)" Created the exact same expression after parsing?
@staticfloat I was sure
fullname(p::Person) = string(p.firstname, " ", p.lastname) And fullname(p::Person) = "$(p.firstname) $(p.lastname)" Created the exact same expression after parsing?