erg 0.6.53

The Erg programming language
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[]#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#[
]#