Files
wren/doc/site
Bob Nystrom 054fbd2f6c docs: clarify single-expression block restrictions and statement workaround
Add explanation that single-expression blocks cannot contain statements
(like class, for, if, import, return, var, while) since they don't
produce values, and show how to use a newline to create a block with
a single statement instead. Fixes #390.
2017-01-12 19:05:03 +00:00
..