2 lines
55 B
Text
2 lines
55 B
Text
MULTIPLY(A,B);Returns the product of A and B
|
|
QUIT A*B
|
MULTIPLY(A,B);Returns the product of A and B
|
|
QUIT A*B
|