1
0
mirror of https://github.com/exaloop/codon.git synced 2025-06-03 15:03:52 +08:00
codon/test/parser/a/__init__.codon

9 lines
86 B
Python
Raw Normal View History

2021-10-02 18:56:18 -04:00
def foo():
print 'a.foo'
def bar():
print 'a.bar'
print 'a'
zoo = 5
_zoo = 3