From: jim Date: Thu, 2 Jun 2011 23:34:01 +0000 (-0400) Subject: (no commit message) X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=b2a000fa7719776b3e7047a3bc03db8c662e4f5e --- diff --git a/index.iki b/index.iki index decd706f..c9075564 100644 --- a/index.iki +++ b/index.iki @@ -14,9 +14,9 @@ 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 """ +>[[!format python """ def f(x): - if x: + if x α y: print "hello, world\n" else: return False