Ellie-Language
Ellie-Language copied to clipboard
Short types
There is a plan for short types which ellie currently using by default. In future ellie will allow using long ussages too.
//shortened keywords
v test = 123;
//normal usage
var test = 123
//.... and more