From 2fc885f54e83025ecf4fc2837c2aec8da2487de1 Mon Sep 17 00:00:00 2001 From: jim Date: Fri, 3 Jun 2011 08:24:29 -0400 Subject: [PATCH] --- index.iki | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/index.iki b/index.iki index 07f1d7c3..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. -- 2.11.0