TypeScript/tests/cases/compiler/asiArith.ts

34 lines
130 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
var x = 1;
var y = 1;
var z =
x
+
+
+
y
var a = 1;
var b = 1;
var c =
x
-
-
-
y