8 lines
No EOL
57 B
Common Lisp
8 lines
No EOL
57 B
Common Lisp
; This is a comment
|
|
|
|
(print
|
|
(add
|
|
1.0
|
|
(mul 2 3)
|
|
)
|
|
) |