``` use Number = int; let x: Number = 50; ``` Identical in operation to C `typedef` at first; to be expanded to C++ `type alias` later.
Identical in operation to C
typedefat first; to be expanded to C++type aliaslater.