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
Is your feature request related to a problem? Please describe.
To make it simpler to see the program output, the debug process must be not closed automatically after the program ends
Describe the solution you'd like
There must be an option to close the console automatically after the program ends (e.g. similar to Visual Studio) and it must be on by default
Is your feature request related to a problem? Please describe. To make it simpler to see the program output, the debug process must be not closed automatically after the program ends
Describe the solution you'd like There must be an option to close the console automatically after the program ends (e.g. similar to Visual Studio) and it must be on by default