Hi, Is it possible to create simple D user-defined data types without the use of classes and other OOP? For example, in Ada is done as follows: ----- type balance is new Integer range -32_000 .. 32_000;