From 7a180e9ea675ae1e4429b455152172f380f2c439 Mon Sep 17 00:00:00 2001 From: jim Date: Thu, 2 Jun 2011 14:33:39 -0400 Subject: [PATCH] --- index.iki | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/index.iki b/index.iki index 35aab1dc..decd706f 100644 --- a/index.iki +++ b/index.iki @@ -14,8 +14,12 @@ 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 perl """ -print "hello, world\n"; +> [[!format python """ +def f(x): + if x: + print "hello, world\n" + else: + return False """]] End of test. -- 2.11.0