mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
fixing html entity in the changelog
This commit is contained in:
@@ -946,7 +946,7 @@ coffee --print app/scripts/*.coffee > concatenation.js</pre>
|
||||
Range comprehensions now generate cleaner code, but you have to specify <tt>by -1</tt>
|
||||
if you'd like to iterate downward. Reporting of syntax errors is greatly
|
||||
improved from the previous release. Running <tt>coffee</tt> with no arguments
|
||||
now launches the REPL, with Readline support. The <tt>&-</tt> bind operator
|
||||
now launches the REPL, with Readline support. The <tt><-</tt> bind operator
|
||||
has been removed from CoffeeScript. The <tt>loop</tt> keyword was added,
|
||||
which is equivalent to a <tt>while true</tt> loop. Comprehensions that contain
|
||||
closures will now close over their variables, like the semantics of a <tt>forEach</tt>.
|
||||
|
||||
Reference in New Issue
Block a user