I was trying to play around the awesome script - CoffeeScript in its REPL mode, but I found really hard to exit from it. I tried "exit", "q", "quit", ctrl + c, but still failed.
I'm using cygwin in Windows XP.
Anyone knows how to exit from it? Thanks!
Grace
You simple need to add a <script type="text/coffeescript" src="app. coffee"></script> to execute coffee script code in an HTML file. In other cases, I've seen people use the attributes of type="coffeescript" and type="coffee" , so they might work for you as well. Save this answer.
If all else fails:
process.exit()
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With