﻿# Control Statements

__

The various kinds of control statements have their own topics, as listed below.

**Subtopics**

- Control Structures

- [AMOS](amos_asb.md)

- [CALL](call.md)

- [CHAIN](chain.md)

- [EXIT](exit.md)

- [END](end.md)

- [GOSUB](gosub.md)

- [GOTO](goto.md)

- [ON ERROR GOTO](onerrorgoto.md)

- [REPEAT](repeat_ctrl_stmt.md)

- [RESUME](resume_ctrl_stmt.md)

- [RETURN](return_ctrl_stmt.md)

- [XCALL](xcall.md)