(no commit message)
authorjim <jim@web>
Fri, 3 Jun 2011 12:24:29 +0000 (08:24 -0400)
committerSystem Administrator <root@SERVER.PHILOSOPHY.FAS.NYU.EDU>
Fri, 3 Jun 2011 12:24:29 +0000 (08:24 -0400)
index.iki

index 07f1d7c..d14ed6c 100644 (file)
--- a/index.iki
+++ b/index.iki
@@ -14,22 +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:
 
 
 Here is a test:
 
 
-    [[!format  python """
-    def f(x):
-        if x &alpha; y:
-            print "hello, world\n"
-        else:
-            return False
-
-            idle code
+[[!format  python """
+def f(x):
+    if x &alpha; y:
+        print "hello, world\n"
+    else:
+        return False
+
+        idle code
     
     
-    def bar(x, *z):
+def bar(x, *z):
     
     
-        print x *and* z
+    print x *and* z
     
     
-        return [[x]]
+    return [[x]]
         
         
-    """]]
+"""]]
 
 End of test.
 
 
 End of test.