mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
removed unused example
This commit is contained in:
parent
b4250c0f02
commit
7b5b261743
1 changed files with 1 additions and 4 deletions
|
@ -3,6 +3,3 @@ lunch: food.eat() for food in ['toast', 'cheese', 'wine'].
|
||||||
|
|
||||||
# Zebra-stripe a table.
|
# Zebra-stripe a table.
|
||||||
highlight(row) for row, i in table if i % 2 is 0.
|
highlight(row) for row, i in table if i % 2 is 0.
|
||||||
|
|
||||||
# Check the first one hundred combinations.
|
|
||||||
lockpick(combinations[i]) for i in [1..100].
|
|
Loading…
Reference in a new issue