Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Tue Jan 23, 2007 4:41 pm
[1.24] Comments |
So CMUD's new multiline syntax really begs for lines to be split in two (or more) and comments be added, since some single lines can become very complicated. But this:
Code: |
#say This is
a multiline
//test
test
woo
yay
hoopla |
Creates an infinite alias loop for me (the alias was called "test").
Code: |
#say This is
a multiline
//test
test
woo
yay
hoopla |
This one gives a syntax error.
Ideally I'd like this one to work too:
Code: |
#say This is
a multiline //test
test
woo
yay
hoopla |
but I understand if it's not possible. |
|