adding a sentence about parentheses wrapping.

This commit is contained in:
Jeremy Ashkenas
2010-06-11 17:28:18 -04:00
parent 0a4fe7ed97
commit eb97652537

View File

@@ -332,7 +332,8 @@ coffee --print app/scripts/*.coffee > concatenation.js</pre>
<p>
You don't need to use parentheses to invoke a function if you're passing
arguments:<br /><tt>print "coffee"</tt>
arguments:<br /><tt>print "coffee"</tt>. Implicit parentheses wrap forwards
to the end of the line, or block expression.
</p>
<p>