mirror of
https://github.com/erg-lang/erg.git
synced 2025-12-23 05:36:48 +00:00
7 lines
75 B
Python
7 lines
75 B
Python
a = import "a"
|
|
|
|
.x = 1
|
|
.f() = a.f()
|
|
|
|
.odd 0 = False
|
|
.odd n = a.even(n - 1)
|