|
From: Ethan A M. <merritt@u.washington.edu> - 2006-08-20 21:55:08
|
On Sunday 20 August 2006 11:50 am, Daniel J Sebald wrote: > > Perhaps he means: > > gnuplot> print "string one"" string two" > ^ > ';' expected > > I think in C that is a valid concatenation. So what? Different languages have different syntax. We have a perfectly well-defined syntax for string concatenation, and that isn't it. gnuplot> print "AAA"."BBB" AAABBB -- Ethan A Merritt Biomolecular Structure Center University of Washington, Seattle 98195-7742 |