trading the cs> prompt for the coffee> prompt

This commit is contained in:
Jeremy Ashkenas
2009-12-26 00:18:24 -08:00
parent ff78546465
commit d59ef71642
3 changed files with 21 additions and 17 deletions

View File

@@ -25,7 +25,7 @@ exports.run: args =>
while true
try
system.stdout.write('cs> ').flush()
system.stdout.write('coffee> ').flush()
result: exports.evalCS(Readline.readline())
print(result) if result isnt undefined
catch e