troyhen / neo

Neo Programming Language
https://groups.google.com/forum/#!forum/neo-lang
12 stars 0 forks source link

Change comment syntax to hashes #19

Closed troyhen closed 12 years ago

troyhen commented 12 years ago

All of these need to be viewed as comments:

# This is a comment
# This is another comment

###
This is a
multi-line comment
###

### This is
also acceptable, 
but weird looking ###

################
This is also a multi-
line comment
################

#############
# and how about
# this one?
#############
troyhen commented 12 years ago

Done