X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=index.iki;h=a8e58a3acd581a954b5efc35581d0f00ce21720c;hp=2ac2f2917eb362f9f335ac04bf8a7213087b40d0;hb=f4835cc6228dbc205f5f300e2b6c03d3759b3370;hpb=29452d007c68bf23e036cf9e4daad43d6b9dd1da diff --git a/index.iki b/index.iki index 2ac2f291..a8e58a3a 100644 --- a/index.iki +++ b/index.iki @@ -15,16 +15,24 @@ 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. -[[!inline pages="code/lambda.js"]] ## Announcements ##