LuciadRIA (2026.0.12)
    Preparing search index...

    Options for the literal function.

    2025.0

    interface LiteralOptions {
        strict?: boolean;
    }

    Properties

    Properties

    strict?: boolean

    if true, the literal value will be used as provided. "01697532" will not be considered equal to 1697532.

    false