frg 2.0.2

Compiled programming language with frogs!
1
2
3
4
5
&int var = &5
void(&int) increment = (to_update) {
	to_update.* += 1
}
increment(var)