RosettaCodeData/Task/Function-definition/Fortran/function-definition-7.f

3 lines
108 B
FortranFixed
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
c = multiply(y=b, x=a) ! the same as multiply(a, b)
z = multiply(y=x, x=y) ! the same as multiply(y, x)