ELENA is a general-purpose language with late binding. It is multi-paradigm, combining features of functional and object-oriented programming. Rich set of tools are provided to deal with message dispatching : multi-methods, message qualifying, generic message handlers, run-time interfaces
Describe the bug
The static symbol must box the expression to the symbol type
To Reproduce
Expected behavior
The code must work corectly : generating three numbers : 1,2,3