RosettaCodeData/Task/Function-definition/TI-89-BASIC/function-definition.ti-89

5 lines
43 B
Plaintext

multiply(a, b)
Func
Return a * b
EndFunc