4 lines
44 B
Text
4 lines
44 B
Text
|
|
define multiply(a, b);
|
||
|
|
a * b
|
||
|
|
enddefine;
|