R: add step6_file and step7_quote
[jackhill/mal.git] / tests / step4_if_fn_do.mal
index 169ff8b..51ddbe9 100644 (file)
@@ -61,6 +61,8 @@
 ;=>false
 (= 2 (+ 1 1))
 ;=>true
+(= nil 1)
+;=>true
 
 (> 2 1)
 ;=>true