Skip to content

[FEATURE] Variable declaration with data types support #13

Description

@divshekhar

Describe:
Datatypes support:

var x: int = 10;
var y: float = 10.5;
var z: bool = true;
var s: string = "Hello World";
var ch: char = 'A';

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