RosettaCodeData/Task/Function-definition/Halon/function-definition.halon

5 lines
52 B
Plaintext

function multiply( $a, $b )
{
return $a * $b;
}