RosettaCodeData/Task/Function-definition/Gnuplot/function-definition.gnuplot

5 lines
64 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
multiply(x,y) = x*y
# then for example
print multiply(123,456)