-
- Downloads
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(); } ```
parent
0f20b330
No related branches found
No related tags found
Loading
Please register or sign in to comment