X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?a=blobdiff_plain;ds=inline;f=index.iki;h=07f1d7c35da3fd00bf185762d32670ea8678f004;hb=d78c6e673cc9878c62fe6bc72192b572a1bc0122;hp=c9075564b17b4f2932b6fc563ea6bad8a5543ca2;hpb=6a171311814247269bcb9cc2ca39b650f9e04ab5;p=lambda.git diff --git a/index.iki b/index.iki index c9075564..07f1d7c3 100644 --- a/index.iki +++ b/index.iki @@ -14,16 +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 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. + ## Announcements ##