jak-project/test/goalc/source_templates/with_game/test-assoce-2.gc

5 lines
128 B
Common Lisp

(define format _format)
(format #t "~A~%"
(cdr (assoce 'r (list (cons 'a 'b) (cons 'r 'x) (cons 'else 'w)))))
0