(no commit message)
[lambda.git] / index.iki
index 1575d71..07f1d7c 100644 (file)
--- a/index.iki
+++ b/index.iki
@@ -14,13 +14,22 @@ Except I want to add this: $\frac{-b\pm\sqrt{b^2-4ac}}{2a\pi^i}$ Okay now I'm fi
 Here is a test:
 
 
->[[!format  python """
-def f(x):
-    if x α y:
-        print "hello, world\n"
-    else:
-        return False
-"""]]
+    [[!format  python """
+    def f(x):
+        if x α y:
+            print "hello, world\n"
+        else:
+            return False
+
+            idle code
+    
+    def bar(x, *z):
+    
+        print x *and* z
+    
+        return [[x]]
+        
+    """]]
 
 End of test.