RosettaCodeData/Task/Function-definition/TXR/function-definition-2.txr

3 lines
62 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(defun mult (a b) (* a b))
(put-line `3 * 4 = @(mult 3 4)`)