We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add support for "real" VCL functions, which takes arguments and has return values, using the same VCL_* types as VMODS.
def STRING foobar(INTEGER a1, BACKEND a2, STRING_LIST a3) { ... }
This will make it easier to produce and use packages and libraries of VCL code.
The same infrastructure used for VMOD functions can be used for VCL functions.