Is there a way in Eiffel to exit a program, possible with a defined exit code like exit in C?
In my case I would like to just end the program like exit(0) would do.
Is there a way in Eiffel to exit a program, possible with a defined exit code like exit in C?
In my case I would like to just end the program like exit(0) would do.
Yes, you can terminate the program returning the exit code
nwithIf you are using an older version of the compiler/libraries where the code above does not compile, the same can be achieved with