mirror of
https://github.com/erg-lang/erg.git
synced 2025-12-23 05:36:48 +00:00
11 lines
No EOL
249 B
Python
11 lines
No EOL
249 B
Python
#[]#print! "hi"#[ if there isn't `;`, this code is evaluated `print! "hi"h print! "there"`
|
|
]#;print! "there"
|
|
print! #[]#0, 1#[]#, 2,#[]#3
|
|
a = {
|
|
#[first]#name #[second]#=#[third]#"John"#[fourth]#
|
|
}
|
|
Del a
|
|
#[]#print! 0
|
|
print!#[]#1
|
|
#[]#print! 2#[
|
|
]# |