erg/examples/raw_ident.er
Shunsuke Shibayama 03a36f48a3 Add raw identifier
2022-10-20 18:53:35 +09:00

6 lines
97 B
Python

t = 1
'2t+3' = 2 * t + 3
assert '2t+3' == 5
'echo'! = print!
# 'echo' = print! is not permitted