RosettaCodeData/Task/Function-definition/Hexiscript/function-definition.hexi

4 lines
39 B
Plaintext

fun multiply a b
return a * b
endfun