Add a simple stop() function to the language
This allows to decide some actions in the script when a stoppage is manually required. By now it just checks that the presence of a recent "STOP" file in the execution directory. A simple use is for instance: ``` if (stop()) { checkpoint_and_exit(); } ```
Loading
Please register or sign in to comment