-
Notifications
You must be signed in to change notification settings - Fork 0
😎 Make Staticly typed Language #1
Copy link
Copy link
Open
Labels
TYPE: feature requestNew feature or requestNew feature or request
Description
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 :)";
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
TYPE: feature requestNew feature or requestNew feature or request