Files
atom/test.coffee
probablycorey bf05ddb958 🔫
I screwed up a rebase, this nasty commit is the result.
2013-11-19 15:15:12 -08:00

8 lines
54 B
CoffeeScript

a = ->
if false
1
else
3
console.log a()