X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=index.iki;h=a8e58a3acd581a954b5efc35581d0f00ce21720c;hb=f4835cc6228dbc205f5f300e2b6c03d3759b3370;hp=5d904dee3223bdca0cd7c8e3c49d713205adbdf0;hpb=2b3c829998aafabbacdbfdc316811ede72cea7d7;p=lambda.git diff --git a/index.iki b/index.iki index 5d904dee..a8e58a3a 100644 --- a/index.iki +++ b/index.iki @@ -15,21 +15,25 @@ Here is a test: >[[!format python """ -def f(x): - if x α y: - print "hello, world\n" - else: - return False - - idle code - -def bar(y, *z): - print 1 *doo* 3 - -"""]] + 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. + ## Announcements ##