4 lines
64 B
Gnuplot
4 lines
64 B
Gnuplot
multiply(x,y) = x*y
|
|
|
|
# then for example
|
|
print multiply(123,456)
|