3 lines
108 B
FortranFixed
3 lines
108 B
FortranFixed
|
|
c = multiply(y=b, x=a) ! the same as multiply(a, b)
|
||
|
|
z = multiply(y=x, x=y) ! the same as multiply(y, x)
|