This is a JIProlog, so we cannot do anything about it at this point. Parentheses are working again so the fix that you suggested: low_probability(X):- (X<0.1). solves the issue.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is a JIProlog, so we cannot do anything about it at this point. Parentheses are working again so the fix that you suggested: low_probability(X):- (X<0.1). solves the issue.