
27 Nov
2004
27 Nov
'04
4:12 a.m.
Joel <joel@boost-consulting.com> writes: In my original posting, there were blank lines
I would avoid attaching value judgements, and in this case, vertically align the comments: -------------here------------------ x = 123 // immediate var(x) = 123 // lazy -------------here------------------ x[0] // immediate var(x)[0] // lazy -------------and here------------------ var(x)[var(i)] // lazy x[var(i)] // illegal (x is not a phoenix primitive or composite) var(x[var(i)]) // illegal (x is not a phoenix primitive or composite)
Done. Thanks!
-- Dave Abrahams Boost Consulting http://www.boost-consulting.com