mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-28 04:09:05 +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
|