RosettaCodeData/Task/Function-definition/BBC-BASIC/function-definition-2.basic

5 lines
42 B
Plaintext

DEF FNmultiply(a,b)
LOCAL c
c = a * b
= c