var t: type = astype [int]; var u: type = astype [t]; var a: u; t = astype [float]; //redefnition var b: u; print typeof a; //<[]> print typeof b; //<[]>