Ah.. I knew I'd find the thread in here somewhere. The problems go away if you allow white space to signify. > [...] Consider.... > > print "Foo" > foo("bar"); > > Did the author forget a semi-colon, or did they intend to concatinate > there? Also, consider this... they forgot a semicolon. A spaceless juxtaposed concat would look like print "Foo"foo("bar"); and we insist that indirect objects have a space in them. And introduce "" "" for when you absolutely positively don't want to write an expression with C<join>. -- David Nicol 816.235.1187 [EMAIL PROTECTED] Henrik's keyboard has nice letters like 'æ', 'ø' and 'å'
- Re: Sane "+" string concat proposal Casey West
- Re: Sane "+" string concat proposal Michael G Schwern
- Re: Sane "+" string concat proposal Dan Brian
- Re: Sane "+" string concat proposal Jonathan Scott Duff
- Re: Sane "+" string concat proposal Stephen P. Potter
- Re: Sane "+" string concat proposal Casey West
- how about just juxtaposing? (Re: Sane "+... Jarkko Hietaniemi
- Re: how about just juxtaposing? (Re: Sane... Michael G Schwern
- Re: how about just juxtaposing? (Re: ... Casey West
- Re: how about just juxtaposing? (Re: ... Edward Peschko
- Re: how about just juxtaposing? (Re: ... David L. Nicol
- Re: how about just juxtaposing? ... Michael G Schwern
- Re: Sane "+" string concat proposal Stephen P. Potter
- Re: Sane "+" string concat proposal Nathan Wiger
- Re: Sane "+" string concat proposal Dan Brian
- Re: Sane "+" string concat proposal John Porter
- Re: Sane "+" string concat proposal Austin Hastings
- Re: Sane "+" string concat proposal Michael G Schwern
- Re: Sane "+" string concat proposal Casey West
- Re: Sane "+" string concat proposal Nathan Wiger
- Re: Sane "+" string concat prop... Stephen P. Potter