didoudiaz/gprolog

Support for call_nth/2

Closed this issue · 1 comments

UWN commented
| ?- call_nth(repeat,Nth). 
uncaught exception: error(existence_error(procedure,call_nth/2),top_level/0)

Note that without call_nth/2 testing is practically impossible.

Implemented (cf. last commit).