Did you know you can implement a procedure twice? I created a procedure
implementation for EnableJoin and compiled, and it worked. Turns out that I'd
already defined and implemented a procedure of that name, and it compiles without
fuss!
<< Did you know you can implement a procedure twice? I created a procedure
implementation for EnableJoin and compiled, and it worked. Turns out that
I'd already defined and implemented a procedure of that name, and it
compiles without fuss! >>
I'll make sure that this is fixed. It's most likely related to the
automatic overloading.