Skip to content

Instantly share code, notes, and snippets.

@aseemk
Created May 11, 2011 00:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aseemk/965677 to your computer and use it in GitHub Desktop.
Save aseemk/965677 to your computer and use it in GitHub Desktop.
CoffeeScript rejects multi-line comments that begin at a different indentation level
for i in foo
print 'hello'
###
hello?
###
print 'world'
for i in foo
print 'hello'
###
hello?
###
print 'world'
@gasi
Copy link

gasi commented May 11, 2011

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment