bldc/tests/test_comments_0.lisp

5 lines
65 B
Common Lisp

; Test comment
(define a (+ 1 2))
; Another test comment
(= a 3)