aboutsummaryrefslogtreecommitdiff
path: root/language/flow-control.rst
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-10-29 17:26:20 -0600
committerMelody Horn <melody@boringcactus.com>2020-10-29 17:26:20 -0600
commitc63fa2bbbdde21fb45ea98e3c69bbddbf25097a5 (patch)
treecb353675f554c67bacc8461f2dc0cb2ff9fac875 /language/flow-control.rst
parent09d5c19296d6a1c7e58f995c5647500720b0a8e2 (diff)
downloadspec-c63fa2bbbdde21fb45ea98e3c69bbddbf25097a5.tar.gz
spec-c63fa2bbbdde21fb45ea98e3c69bbddbf25097a5.zip
start to elaborate on syntax
Diffstat (limited to 'language/flow-control.rst')
-rw-r--r--language/flow-control.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/language/flow-control.rst b/language/flow-control.rst
new file mode 100644
index 0000000..853b5bd
--- /dev/null
+++ b/language/flow-control.rst
@@ -0,0 +1,6 @@
+Flow Control
+============
+
+.. crowbar:keyword:: break
+
+ This keyword exits the containing loop.