-
Notifications
You must be signed in to change notification settings - Fork 48
glossary
renekooi edited this page Jul 5, 2012
·
5 revisions
A group of adjacent lines that are indented the same amount, further than the previous, controlling line.
To close a block by indenting fewer on the following line.
An inline block generated when an expression immediately follows ->
, try
etc.
The syntax that allows you to write f x
instead of f(x)
.
→ dedent
The name of ...
operator, originating from Ruby/Perl6's *
.
A mysteriously undocumented keyword that explicitly creates an implicit block.