RosettaCodeData/Task/Function-definition/XBS/function-definition.xbs
2023-07-01 13:44:08 -04:00

3 lines
33 B
Text

func multiply(a,b){
send a*b;
}