Builtin shell command:  break

SYNTAX:
	break

RETURN VALUES:
	1

OPTIONS:
	none

NOTES:
	none



Builtin shell command:  continue

SYNTAX:
	continue

RETURN VALUES:
	1

OPTIONS:
	none

NOTES:
	none



Builtin shell command:  exit

SYNTAX:
	exit

RETURN VALUES:
	0

OPTIONS:
	none

NOTES:
	Exit from the shell with exit code.



