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
A clear and concise description of what the bug is.
when Im including the source file twice and compile between the 2 i get the error class already exist
To Reproduce
Write a snippet code
Expected behavior
A clear and concise description of what you expected to happen.
compilation error
Please complete the following information:
OS: [e.g. Windows 10] Windows 11
Version [e.g. ELC 3.4.248 / ELENA API 3.4.50]ELENA API 6.3.3
Additional context
Add any other context about the problem here.
Describe the bug A clear and concise description of what the bug is. when Im including the source file twice and compile between the 2 i get the error class already exist To Reproduce Write a snippet code
Expected behavior A clear and concise description of what you expected to happen. compilation error Please complete the following information:
Additional context Add any other context about the problem here.