blob: b310758b59035032a64e5918a595c723180a3743 [file] [log] [blame]
Austin Schuheed14442019-03-23 14:42:46 -07001declare var foo: number;
2
3foo = 5;
4
5console.log("Half the number of widgets is " + (foo / 2));