On 2/9/2018 11:13 AM, Manu wrote: > 1. Storage class as a concept separate to the type; void test() { int x; static int y; typeof(x) != typeof(y) ??? }