mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-01 21:21:10 +00:00
3 lines
62 B
Python
3 lines
62 B
Python
declare = pyimport "declare"
|
|
|
|
print! declare.f(declare.x + 1)
|