mirror of
https://github.com/erg-lang/erg.git
synced 2025-07-07 21:25:31 +00:00
6 lines
97 B
Python
6 lines
97 B
Python
t = 1
|
|
'2t+3' = 2 * t + 3
|
|
assert '2t+3' == 5
|
|
|
|
'echo'! = print!
|
|
# 'echo' = print! is not permitted
|