LangStudies/Builds/Tests/7.Relations.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

6 lines
35 B
Plaintext

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