Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
cb7da4be1f74da8a3196f414a2e3db2d0c5590a3
/
.
/
y2019
/
vision
/
server
/
demo.ts
blob: b310758b59035032a64e5918a595c723180a3743 [
file
] [
log
] [
blame
]
Austin Schuh
eed1444
2019-03-23 14:42:46 -0700
[
diff
] [
blame
]
1
declare
var
foo
:
number
;
2
3
foo
=
5
;
4
5
console
.
log
(
"Half the number of widgets is "
+
(
foo
/
2
));