mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 19:34:27 -05:00
Removing the mixed-in sys/util module. Switching from 'puts' to console.log
This commit is contained in:
@@ -4,7 +4,7 @@ callWithLambda = (l) -> null
|
||||
for i in array
|
||||
result = callWithLambda(->)
|
||||
if i == 2
|
||||
puts "i = 2"
|
||||
console.log "i = 2"
|
||||
else
|
||||
break
|
||||
|
||||
|
||||
Reference in New Issue
Block a user