Which of these is wrong? added by DerGuteMoritz on Wed Mar 25 20:38:33 2015

#;67> (or (values 1 2))
1
2
; 2 values
#;68> (or (values 1 2) #f)
1