examples/code.cs in coffee-script-0.1.2 vs examples/code.cs in coffee-script-0.1.3

- old
+ new

@@ -3,10 +3,10 @@ sum: x, y => x + y. odd: x => x % 2 is 0. -even: x => x % 2 aint 0. +even: x => x % 2 isnt 0. run_loop: => fire_events( e => e.stopPropagation(). ) listen() wait(). \ No newline at end of file