RosettaCodeData/Task/Comments/Gnuplot/comments-2.gnuplot

8 lines
141 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
# this doesn't work
foo(n) = (n \
+ 2 # no good \
+ 3)
# behaves as if you wrote merely
foo(n) = (n+2