MakeMessage<public><localizes>(Text:string):message =
return "{Text}"
I understand it works if you do not use the return keyword. But why exactly is that?
MakeMessage<public><localizes>(Text:string):message =
return "{Text}"
I understand it works if you do not use the return keyword. But why exactly is that?