Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

😎 Make Staticly typed Language #1

Open
DasLixou opened this issue Jan 23, 2022 · 0 comments
Open

😎 Make Staticly typed Language #1

DasLixou opened this issue Jan 23, 2022 · 0 comments
Labels
TYPE: feature request New feature or request

Comments

@DasLixou
Copy link
Member

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 :)";
@DasLixou DasLixou added the TYPE: feature request New feature or request label Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TYPE: feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant