Skip to content
  • Leon Arnott's avatar
    Altered "is", "is in" and "contains" to use compare-by-value. · 90f6b08800bc
    Leon Arnott authored
    Now, instead of using JS's compare-by-reference semantics, TwineScript compares containers by value - that is, by checking if their contents are identical. This brings them into alignment with the copy-by-value semantics used by (set:) and such.
    90f6b08800bc