5 lines
59 B
Text
5 lines
59 B
Text
|
|
#define multiply
|
||
|
|
a = argument0
|
||
|
|
b = argument1
|
||
|
|
return(a * b)
|