RosettaCodeData/Task/Function-definition/Fortran/function-definition-7.f
2015-11-18 06:14:39 +00:00

2 lines
108 B
Fortran

c = multiply(y=b, x=a) ! the same as multiply(a, b)
z = multiply(y=x, x=y) ! the same as multiply(y, x)