X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?a=blobdiff_plain;f=index.iki;h=a8e58a3acd581a954b5efc35581d0f00ce21720c;hb=f4835cc6228dbc205f5f300e2b6c03d3759b3370;hp=84a81170cd2c1862d5d008110df7bf23cc0ec292;hpb=016779ca9d780c068771bb6e654f3601f1108d87;p=lambda.git diff --git a/index.iki b/index.iki index 84a81170..a8e58a3a 100644 --- a/index.iki +++ b/index.iki @@ -14,12 +14,26 @@ 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 perl """ - print "hello, world\n"; +>[[!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. + ## Announcements ##