mirror of
https://github.com/erg-lang/erg.git
synced 2025-10-01 05:11:09 +00:00
5 lines
No EOL
49 B
Text
5 lines
No EOL
49 B
Text
add x, y =
|
|
x + y
|
|
|
|
print! 1 + 1
|
|
print! 1.0 + 1 |