TurboScript icon indicating copy to clipboard operation
TurboScript copied to clipboard

User wants to have string type

Open nidin opened this issue 7 years ago • 2 comments

What? User wants to have basic string support.

nidin avatar May 09 '17 17:05 nidin

Is it possible to use string in that way?

let int:int32 = 1;
let str_int:string = int as string;

bakabird avatar Jul 02 '17 06:07 bakabird

Good question. Never thought about it. If int is a pointer to utf-8 bytes it make sense.

nidin avatar Jul 03 '17 17:07 nidin