mirror of https://github.com/exaloop/codon.git
9 lines
86 B
Python
9 lines
86 B
Python
|
def foo():
|
||
|
print 'a.foo'
|
||
|
def bar():
|
||
|
print 'a.bar'
|
||
|
print 'a'
|
||
|
|
||
|
zoo = 5
|
||
|
_zoo = 3
|