|
|
|
|
|
by WalterBright
2245 days ago
|
|
You don't have to wait for the compiler to complain. Using: pragma(msg, T);
where T is any type will print the type to the screen during compilation. pragma(msg) will print all kinds of things, making it a very handy tool to visualize what is happening while compiling. I use it all the time. |
|