Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
eeadb4c7b18c30a42b1921b9f659f814b4baa0f0
/
.
/
y2019
/
vision
/
server
/
demo.ts
blob: b310758b59035032a64e5918a595c723180a3743 [
file
] [
log
] [
blame
]
declare
var
foo
:
number
;
foo
=
5
;
console
.
log
(
"Half the number of widgets is "
+
(
foo
/
2
));