]> Repositorios git - scryer-prolog.git/commit
ADDED: countall/2, for compatibility with GNU Prolog.
authorMarkus Triska <[email protected]>
Thu, 13 Jul 2023 21:08:13 +0000 (23:08 +0200)
committerMarkus Triska <[email protected]>
Thu, 13 Jul 2023 21:08:13 +0000 (23:08 +0200)
commit9590d5200c16f57b80cb71e9fd7118639c0a3f47
tree29e4eb09d046932f70c5cdd3b3009c3272d331d1
parentb051f391455ab10b4f3c29392a7478a0484f633c
ADDED: countall/2, for compatibility with GNU Prolog.

Example:

    ?- countall(member(X, "abc"), N).
       N = 3.
src/lib/iso_ext.pl