### Description Add a string data type to pushkin ### Proposed Syntax ```text new str = "string"; // template literals new name = "Jon"; new tmp = `hello ${name}`; // just like js ``` ### Motivation well, strings are mos def useful ### Alternatives Considered _No response_
Description
Add a string data type to pushkin
Proposed Syntax
Motivation
well, strings are mos def useful
Alternatives Considered
No response