summaryrefslogtreecommitdiff
path: root/doc/syntax.rdoc
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-19 00:16:08 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-19 00:16:08 +0000
commit6ff1653cf6dc03d9ca5698c2247c8bb50e8bfd95 (patch)
tree47e9ee9ae447b32474010e8eedcc183f98500e0b /doc/syntax.rdoc
parent672da11abfae089bee49ec7f286f2d540edad721 (diff)
* doc/syntax/assignment.rdoc: Improved links
* doc/syntax/methods.rdoc: ditto. * doc/syntax.rdoc: Added link to assignment document git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38880 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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+