Algosim documentation: exit

exit

Exits Algosim.

Syntax

Description

Sends a request to the client to exit Algosim. Also aborts the current computation in the same way break(N) would do if N is at least equal to the number of nested loops.

Examples

if(MessageBox("Do you want to exit?", '("&Yes", "&No"), "Yes", "No") = "Yes", exit())

Image 1