fix bad code in between (obs from Jose Santos).
This commit is contained in:
parent
8bde2a0d72
commit
903358724d
@ -367,7 +367,7 @@ between(I,M,J) :-
|
||||
integer(J)
|
||||
->
|
||||
J >= I
|
||||
->
|
||||
;
|
||||
'$do_error'(type_error(integer, J),between(I,M,J))
|
||||
)
|
||||
;
|
||||
|
Reference in New Issue
Block a user