X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=index.iki;h=d14ed6c54a78213881de371e43d5f4cf584b0b84;hp=a8e58a3acd581a954b5efc35581d0f00ce21720c;hb=2fc885f54e83025ecf4fc2837c2aec8da2487de1;hpb=f4835cc6228dbc205f5f300e2b6c03d3759b3370 diff --git a/index.iki b/index.iki index a8e58a3a..d14ed6c5 100644 --- 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: ->[[!format python """ - def f(x): - if x α y: - print "hello, world\n" - else: - return False - - idle code +[[!format python """ +def f(x): + if x α 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.