From 3a7aea61c7a331b6a22f8627458cc23d780c4cce 2008-03-16 06:57:06 From: Ville M. Vainio Date: 2008-03-16 06:57:06 Subject: [PATCH] use "else:" in demo --- diff --git a/doc/examples/leo_bridge_demo.leo b/doc/examples/leo_bridge_demo.leo index 8fbbb25..9771bb2 100644 --- a/doc/examples/leo_bridge_demo.leo +++ b/doc/examples/leo_bridge_demo.leo @@ -3,7 +3,7 @@ - + @@ -44,14 +44,14 @@ strlist Direct variables -NewHeadline +NewHeadline bar test stuff @ipy-results foo -spam +spam ? @@ -129,7 +129,13 @@ print "hello" def f(x): return x.upper() -f('hello world') +f('hello world') + +if 0: + print "foo" +else: + print "bar" + @cl rfile hello