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