RosettaCodeData/Task/Function-definition/ACL2/function-definition.acl2

2 lines
31 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(defun multiply (a b) (* a b))