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