X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?a=blobdiff_plain;f=index.iki;h=a8e58a3acd581a954b5efc35581d0f00ce21720c;hb=f4835cc6228dbc205f5f300e2b6c03d3759b3370;hp=decd706fb5e12fad1fcb7e0138da33fafee46399;hpb=7a180e9ea675ae1e4429b455152172f380f2c439;p=lambda.git diff --git a/index.iki b/index.iki index decd706f..a8e58a3a 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: - 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 ##