theodore-norvell / PLAAY

Senior Design Project PLAAY (Programming Language for Adults And Youth)
2 stars 0 forks source link

Implement the = operator. #98

Open theodore-norvell opened 6 years ago

theodore-norvell commented 6 years ago

Values of different types compare as unequal. Strings are equal to other strings if the string content is the same. Nulls are always equal to other Nulls. Nones are always equal to other Nones. Closures are only equal to themselves. Objects are only equal to themselves.