Skip to content

'=' and '==' have different meanings? #2

@qingfeng7512

Description

@qingfeng7512

formula@1.3.0 '=' is the comparison
For example:
A1=1
A2=2
A3=A1=A2(FALSE)

formula@1.3.1 '=' is an assignment
For example:
A1=1
A2=2
A3=A1=A2(2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions