``` if (funcString.startsWith("[Function:")) { return [`the function form was not underst...
n
Copy code
if (funcString.startsWith("[Function:")) {
        return [`the function form was not understood.`, <any>undefined];
    }