ICSE 2001 Logo   Rigi Logo
 
rcl_quit
Back to RCL Command Index

No arguments accepted.

Description:

This procedure presents a dialog box from which the user can choose either to quit the Rigi editor or resume. If the user chooses to quit, the Rigi graph is cleared, windows are closed, and the program terminates. The procedure, rcl_quit_no_verify, differs from this procedure because it presents no dialog box.

Return Value:

None.

Exceptions:

None.

Example:

# Prompt the user to quit. If the user chooses to
# resume the program, print the message "Resuming ..."

rcl_quit
puts "Resuming ..."

Back to RCL Command Index