ionio-lang / ivy-elements

Fork of Ivy Language to write Elements Smart Contracts
https://ionio-lang.org
MIT License
0 stars 3 forks source link

Add var / const #10

Open altafan opened 2 years ago

altafan commented 2 years ago

we want to extend Ionio in order for it to support the declaration of constants or variables within a contract. For this, we need to add 2 new reserved words var (or let) and const to the syntax.

tiero commented 2 years ago

It's fine to start with var only