jak-project/test/goalc/source_templates/arithmetic/divide-2.static.gc
2020-10-08 00:05:01 -04:00

3 lines
34 B
Common Lisp

(let ((x 30))
(+ (/ x 10) 4)
)