aboutsummaryrefslogtreecommitdiffstats
path: root/doc/syntax.rdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/syntax.rdoc')
-rw-r--r--doc/syntax.rdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/syntax.rdoc b/doc/syntax.rdoc
index 16f66c16e3..d840d936ed 100644
--- a/doc/syntax.rdoc
+++ b/doc/syntax.rdoc
@@ -5,6 +5,9 @@ The Ruby syntax is large and is split up into the following sections:
Literals[rdoc-ref:syntax/literals.rdoc] ::
Numbers, Strings, Arrays, Hashes, etc.
+Assignment[rdoc-ref:syntax/assignment.rdoc] ::
+ Assignment and variables
+
{Control Expressions}[rdoc-ref:syntax/control_expressions.rdoc] ::
+if+, +unless+, +while+, +until+, +for+, +break+, +next+, +redo+