chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] unbound variable: or


From: Jinsong Liang
Subject: [Chicken-users] unbound variable: or
Date: Wed, 27 May 2015 16:25:33 -0400

Hi,

In Chicken, (apply + '(1 2)) returns 3, which is expected. However, if I try:

(apply or '(#t #f))

Error: unbound variable: or

Why (apply or '(#t #f)) does not work?

Thank you!

Jinsong

reply via email to

[Prev in Thread] Current Thread [Next in Thread]