first, totally broken branch of significant whitespace -- it can handle examples/whitespace.cs though

This commit is contained in:
Jeremy Ashkenas
2009-12-24 13:48:46 -08:00
parent 39ceca477d
commit aafd3cd6ea
4 changed files with 72 additions and 18 deletions

12
examples/whitespace.cs Normal file
View File

@@ -0,0 +1,12 @@
# square: x => x * x
square: x =>
x * x
elements.each(el =>
el.click(event =>
el.show()
)
)
a: 5