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

index 1575d71..a8e58a3 100644 (file)
--- a/index.iki
+++ b/index.iki
@@ -15,12 +15,21 @@ Here is a test:
 
 
 >[[!format  python """
-def f(x):
-    if x &alpha; y:
-        print "hello, world\n"
-    else:
-        return False
-"""]]
+    def f(x):
+        if x &alpha; y:
+            print "hello, world\n"
+        else:
+            return False
+
+            idle code
+    
+    def bar(x, *z):
+    
+        print x *and* z
+    
+        return [[x]]
+        
+    """]]
 
 End of test.