LangStudies/Builds/Tests/7.Relations.uf
2022-07-10 23:59:43 -04:00

6 lines
35 B
Plaintext

x > 0;
x + 2 > 5;
y >= 4;
z <= 7;