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