NAME
	abort

SYNOPSIS
	abort

DESCRIPTION
	abort command is useful for enabling PSD interrupt macro execution
	when the user presses interrupt key. Normally, when the user presses
	the interrupt key during command execution PSD terminates that
	command and reads the next command. When commands are executed from
	a macro file, this would mean that PSD will continue with the next
	command in the macro file and until the entire macro file is done.
	In order to abort the entire macro file upon pressing interrupt key,
	the user should use the command "abort" in the macro file. This will
	cause PSD quit taking commands from macro file when interrupt
	key is pressed and switch to the interactive input. abort
	command does not have any effect when PSD is in interactive mode.

See also: 
	continue, exit, halt


