1# Copyright (c) 2011 Daniel James 2# 3# Use, modification and distribution is subject to the Boost Software 4# License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 5# http://www.boost.org/LICENSE_1_0.txt) 6 7#[foo_py 8def foo: 9 #=print('foo') 10 #<- 11 print('bar') 12 #-> 13#]