mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-19 03:44:23 -05:00
first, totally broken branch of significant whitespace -- it can handle examples/whitespace.cs though
This commit is contained in:
12
examples/whitespace.cs
Normal file
12
examples/whitespace.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
# square: x => x * x
|
||||
|
||||
square: x =>
|
||||
x * x
|
||||
|
||||
elements.each(el =>
|
||||
el.click(event =>
|
||||
el.show()
|
||||
)
|
||||
)
|
||||
|
||||
a: 5
|
||||
Reference in New Issue
Block a user