Files
2025-10-25 03:02:53 +03:00

17 lines
506 B
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[stmt.goto]
# 8 Statements [[stmt]](./#stmt)
## 8.8 Jump statements [[stmt.jump]](stmt.jump#stmt.goto)
### 8.8.6 The goto statement [stmt.goto]
[1](#1)
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/statements.tex#L1211)
The goto statement unconditionally transfers control to the
statement labeled by the identifier[.](#1.sentence-1)
The identifier shall be a[label](stmt.label "8.2Label[stmt.label]") located in the current function[.](#1.sentence-2)