CF/DF for '+='

This commit is contained in:
Andrey Breslav
2011-04-05 11:54:28 +04:00
parent 69a39907e2
commit 5c0764f1ce
5 changed files with 27 additions and 8 deletions
+1
View File
@@ -1,6 +1,7 @@
fun assignments() : Unit {
var x = 1
x = 2
x += 2
x = if (true) 1 else 2