6 lines
138 B
Text
6 lines
138 B
Text
|
|
begin_funct({number}, multiply)_param({number}, a, b);
|
||
|
|
with_funct[]_calc([a]*[b]);
|
||
|
|
end_funct[];
|
||
|
|
|
||
|
|
me_msg()_funct(multiply)_param(1,2);
|