Removing the mixed-in sys/util module. Switching from 'puts' to console.log

This commit is contained in:
Jeremy Ashkenas
2010-10-24 12:48:42 -04:00
parent aed0e8790e
commit 26a115adcf
23 changed files with 86 additions and 89 deletions

View File

@@ -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