Re: mainly syntax
- Posted by Daniel Johnson <Lmailles at AOL.COM> Feb 19, 1998
- 770 views
Nobody seemed to mention the elegant solution to the foo=append(foo,bar) problem as applied in PP. You can write foo =a bar or foo =& bar if you want to concatenate. This provides nice efficient, non-irritating code like in C. Daniel Johnson