Closed bmeck closed 12 years ago
s () { if (true) return else return }
generates
candor>./can ~/Desktop/async.can Error on line /Users/bradleymeck/Desktop/async.can#3: Unexpected '.' or '['
due to a newline before the else
else
Fixed error message, syntax won't be changed...
generates
due to a newline before the
else