AutoBE
    Preparing search index...

    A reusable named value computed before the assignments.

    interface ILocal {
        expression: AutoBeRealizeExpression;
        name: string;
    }
    Index

    Properties

    Properties

    Expression producing the local's value.

    name: string

    Identifier-like local name.