TurboScript
TurboScript copied to clipboard
User wants to have string type
What? User wants to have basic string support.
Is it possible to use string
in that way?
let int:int32 = 1;
let str_int:string = int as string;
Good question. Never thought about it. If int is a pointer to utf-8 bytes it make sense.