Is it possible to have procedure pointers available at compile time, so that "@Procedure()" can be used anywhere that a constant might appear?
If a procedure pointer could be used in a datasection, it would be a handy way for constructing interface vTables.