RosettaCodeData/Task/Function-definition/XLISP/function-definition-2.xlisp

3 lines
36 B
Plaintext

(define (multiply x y)
(* x y))