Repository has 10 code examples and unlike the other 8, "all.pr" & "simple.pr" crash when trying to run them.
It's not obvious that failing is caused by examples, so newcomer might be confused when testing his system on correctness.
Also an "arithmetic.pr" example does not contain if id == 0: line, so it is impossible to quickly check the correctness of its output.
Repository has 10 code examples and unlike the other 8, "all.pr" & "simple.pr" crash when trying to run them.
It's not obvious that failing is caused by examples, so newcomer might be confused when testing his system on correctness.
Also an "arithmetic.pr" example does not contain
if id == 0:line, so it is impossible to quickly check the correctness of its output.