RosettaCodeData/Task/Comments/Gnuplot/comments-2.gnuplot
2017-09-25 22:28:19 +02:00

7 lines
141 B
Gnuplot

# this doesn't work
foo(n) = (n \
+ 2 # no good \
+ 3)
# behaves as if you wrote merely
foo(n) = (n+2