Skip to content

😎 Make Staticly typed Language #1

@DasLixou

Description

@DasLixou

Add a type or the dynamic keyword as type parameter infront of a variable and add a redefine operator.

Example:

// Define staticly
public UInt8 myAge = 122;
myAge = 11;

// Redefine staticly
myAge := UInt16
myAge = 1123;

// Define dynamic
public dynamic handSlot = 0;
handSlot = "Now I'm a string :)";

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions