Saxonberg Server API
    Preparing search index...

    ( … ) — the expression / query island. Holds the raw inner text (not re-tokenized at the script level); the interpreter's expression evaluator (P2) hands it to MQL for set queries or evaluates infix comparison/logic itself.

    interface Expr {
        kind: "expr";
        source: string;
    }
    Index

    Properties

    Properties

    kind: "expr"
    source: string