LangStudies/Builds/Tests/8.Equality.letter
Ed94 0acd6ecbaf BAPFS Lecture 18
Instead of making a cli I made updates the gui to open any file.
2022-07-14 01:55:31 -04:00

7 lines
65 B
Plaintext

x > 0 == true;
x > 0 != false;
x + 5 > 10 == false;
x == null;