1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
jashkenas--coffeescript/examples/whitespace.cs
Jeremy Ashkenas c3ff752c40 ...
2009-12-24 15:05:14 -08:00

10 lines
No EOL
103 B
C#

square: x => x * x
square: x =>
x * x
elements.each(el =>
el.click(event =>
el.show()))
a: 5