Lets assume we only have one function, and we need...
# announcements
w
Lets assume we only have one function, and we need to pass a String which shouldn't be evaluated until consumers use it. Is it possible to do that by just using
message: String
or have to use
message: () -> String
?