Saxonberg Server API
    Preparing search index...

    Interface Literal

    A literal word. value holds the verbatim source slice (quotes and escapes intact) so the interpreter can re-feed it to msh for byte-identical tokenization when rendering the command for dispatch. Also the home of objectref — a bareword naming an object is a Literal the field resolves via MQL.

    interface Literal {
        kind: "literal";
        value: string;
    }
    Index

    Properties

    Properties

    kind: "literal"
    value: string