lHZAupyqQTNGEee9mFTtw changeset

Changeset336666313466 (b)
ParentNone (a)
ab
0+(defn cool
0+  "So if first arg same with first element in list"
0+  ([x [x & coll]]
0+    (print "THE SAME")))
...
1
2
3
4
5
6
7
--- Revision None
+++ Revision 336666313466
@@ -0,0 +1,4 @@
+(defn cool
+ "So if first arg same with first element in list"
+ ([x [x & coll]]
+ (print "THE SAME")))