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