Skip to content

[FEATURE] Variable declaration with data types support #13

@divshekhar

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';

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