1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/doc/syntax
Jeremy Evans 29c1e9a0d4 Document the difference between expressions and statements [ci skip]
In the grammar, all expressions are statements, but not all
statements are expressions.  Some parts of the grammar accept
expressions and not other types of statements, which causes
similar looking code to parse differently due to operator
precedence.

Mostly from Dan0042 (Daniel DeLorme).

Fixes [Bug #16092]
2019-10-10 13:45:19 -07:00
..
assignment.rdoc [DOC] DOT is not a part of a receiver [ci skip] 2019-09-20 16:43:39 +09:00
calling_methods.rdoc Add documentation regarding keyword argument separation [ci skip] 2019-10-03 14:13:27 -07:00
control_expressions.rdoc Document the difference between expressions and statements [ci skip] 2019-10-10 13:45:19 -07:00
exceptions.rdoc * doc/syntax/*.rdoc: separated modifier at sentence. 2015-12-18 03:39:49 +00:00
literals.rdoc Use the word heredocs in Here Documents docs 2019-08-04 09:18:48 +09:00
methods.rdoc Add documentation regarding keyword argument separation [ci skip] 2019-10-03 14:13:27 -07:00
miscellaneous.rdoc * doc/syntax/*.rdoc: separated modifier at sentence. 2015-12-18 03:39:49 +00:00
modules_and_classes.rdoc Update NEWS and documents [ci skip] 2019-09-20 02:40:59 +09:00
precedence.rdoc Document the difference between expressions and statements [ci skip] 2019-10-10 13:45:19 -07:00
refinements.rdoc Update refinements docs 2019-01-10 17:28:13 +00:00