4 lines
39 B
Text
4 lines
39 B
Text
|
|
var a = 0
|
||
|
|
a = -a
|
||
|
|
System.print(a) // -0
|