Skip to content

Add string data type #3

Description

@mehdiasadli

Description

Add a string data type to pushkin

Proposed Syntax

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions