3 lines
34 B
Scheme
3 lines
34 B
Scheme
|
|
(define (multiply a b)
|
||
|
|
(* a b))
|