1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

more todos

This commit is contained in:
Jeremy Ashkenas 2009-12-15 00:30:40 -05:00
parent 44106f3e06
commit 16f80ed963

View file

@ -4,6 +4,7 @@
# postfix ifs and unlesses
# Fix array comprehensions -- they're mad busted.
# Start looking up all free assignments in scope -- to var or not to var.
# Think of a name for this crazy thing.
# Functions:
square: x => x * x.