From f4835cc6228dbc205f5f300e2b6c03d3759b3370 Mon Sep 17 00:00:00 2001 From: jim Date: Fri, 3 Jun 2011 08:22:48 -0400 Subject: [PATCH] --- index.iki | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/index.iki b/index.iki index 1575d717..a8e58a3a 100644 --- a/index.iki +++ b/index.iki @@ -15,12 +15,21 @@ Here is a test: >[[!format python """ -def f(x): - if x α y: - print "hello, world\n" - else: - return False -"""]] + 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. -- 2.11.0