3 lines
48 B
Text
3 lines
48 B
Text
define(`multiply',`eval($1*$2)')
|
|
|
|
multiply(2,3)
|
define(`multiply',`eval($1*$2)')
|
|
|
|
multiply(2,3)
|