mohayonao / CoffeeCollider

Sound Processing Language for Web Audio
http://mohayonao.github.io/CoffeeCollider/
MIT License
220 stars 15 forks source link

executable syncblock #43

Closed mohayonao closed 10 years ago

mohayonao commented 10 years ago
a = syncblock ->
  100
console.log typeof a # => "function"
console.log a()      # => 100