TodePond / DreamBerd

perfect programming language
https://dreamberd.computer
Other
10.62k stars 299 forks source link

unique variable within namespace can be referenced by abbr. #667

Open Anciank opened 4 days ago

Anciank commented 4 days ago
const thisIsALongNameVariable = 3;
const butAnotherLongNameVariable = 9

print(t); //should output 3
print(b) //should output 9