VL-Language icon indicating copy to clipboard operation
VL-Language copied to clipboard

[Quest] Overloading

Open sebllll opened this issue 4 years ago • 0 comments

Overloading is a powerful tool - and VL even supports it when it comes to choosing overloads.

So, this quest is about the other way: offer 2 or more MyOp operations in your class, where the user can choose from later.

This is not so important when it comes to usual operations, where you always can just create as many as you want. But the constructor can only be patched once and no overloading is possible.

sebllll avatar Mar 29 '21 17:03 sebllll