User Tools

Site Tools


en:onstop

OnStop (Statement)

Format

Description

Causes the subroutine to be executed when the stop button is pressed. If the subroutine is allowed to return, the program will continue running as if not stopped.

Example

onstop handleStop()

subroutine handleStop()
	x = confirm("stop program")
	if x then end
end subroutine

for t = 1 to 10
print t
pause 1
next t

print 'done'

See Also

History

2.0.99.1New To Version
en/onstop.txt · Last modified: 2020/09/18 18:44 by admin