I want to leave comments in for othe rprogrammers...
is this possible?
VectorJ
3:42 am on Apr 3, 2004 (gmt 0)
No. qw acts as an operator and you can't include comments in the arguments to an operator. You could construct your array differently though, so that after you push a new value onto the array you leave a comment. Or just create a text file that lists the comments for each value and tell the other programmers where to find it.
coopster
4:12 pm on Apr 3, 2004 (gmt 0)
If you use quotes and commas you can document your code as you wish: