LangStudies/Builds/Tests/7.Relations.letter

6 lines
35 B
Plaintext
Raw Normal View History

2022-07-10 20:59:43 -07:00
x > 0;
x + 2 > 5;
y >= 4;
z <= 7;