View difference between Paste ID: 9hU7qrq2 and AMe8RLwX
SHOW: | | - or go back to the newest paste.
1-
scope1 := {}
1+
x := 0
2-
scope2 := {}
2+
3-
_x := 0
3+
	a := x++
4
}
5-
	if _x++ == 0 {
5+
6-
		a := scope1
6+
7-
	} else {
7+
8-
		a := scop2
8+
9
}