1 2 3 4 5 6 7 8 910
a = 100; t = TypeOf(a); Mes(t); b = "abcde"; t = TypeOf(b); Mes(t); t = TypeOf(c); Mes(t);