RosettaCodeData/Task/Function-definition/Scheme/function-definition-2.ss

3 lines
34 B
Scheme

(define (multiply a b)
(* a b))