3 lines
62 B
Text
3 lines
62 B
Text
|
|
(defun mult (a b) (* a b))
|
||
|
|
(put-line `3 * 4 = @(mult 3 4)`)
|