Scratch Documentation, Version 3.0
. Casting4 Documented Misconceptions
CompareBooleanToConstant
To test whether an expression evaluates to true or false, one must compare it to a constant
EqualityOperatorComparesListIdentities
(list a) = (list b) compares the identities of list a and list b
EqualityOperatorComparesOnlyTypes
() = () compares only the types of its operands
ListsHomogeneous
All items in a list must have the same type