mirror of
https://github.com/Ed94/LangStudies.git
synced 2024-11-10 04:14:53 -08:00
7 lines
65 B
Plaintext
7 lines
65 B
Plaintext
x > 0 == true;
|
|
|
|
x > 0 != false;
|
|
|
|
x + 5 > 10 == false;
|
|
|
|
x == null; |