Open altafan opened 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.
var
let
const
It's fine to start with var only
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
(orlet
) andconst
to the syntax.