aboutsummaryrefslogtreecommitdiffstats
path: root/test/unicode_lambda.scm
blob: 6c8b17f0f960526e070c81c87e63c3444301b2ad (plain)
1
2
3
4
5
6

(display (eq? (quote λ) 'λ))
(newline)

(display (eq? 5 ((λ (x) (+ x 4)) 1)))
(newline)