I would like to make something like this: ``` ...
# announcements
j
I would like to make something like this:
Copy code
return { val message = "Unauthorized" ; val status = 401 }
Unfortunately if I execute this I'll be returning a function not a object.