|
From: Thomas S. <t.s...@fz...> - 2008-05-16 12:41:58
|
>> Anyway it might be reasonable to change this behavior. > > No. Changing syntax from what it has been for decades, > to match expectations of people who fail to read > documentation, is anything but reasonable. comment line continuation allows unix-users to write executable gnuplot-scripts without the need to specify the full path of the gnuplot executable: #!/bin/sh # the next line restarts using gnuplot \ exec gnuplot "$0" "$@" -- View this message in context: http://www.nabble.com/line-continuation-of-comments-tp17261745p17273789.html Sent from the Gnuplot - Dev mailing list archive at Nabble.com. |