]> Repositorios git - scryer-prolog.git/commit
ADDED: chars_si/1, testing for a string
authorMarkus Triska <[email protected]>
Tue, 23 Aug 2022 17:54:11 +0000 (19:54 +0200)
committerMark Thom <[email protected]>
Thu, 27 Oct 2022 05:36:07 +0000 (23:36 -0600)
commit6a455d28665fb6288d5a1814ff422972b3fc05c5
tree25c2aa28402b37dd5e9487c00c21bd56061dde27
parent70da81810184f81751c90019a946e2525d82974e
ADDED: chars_si/1, testing for a string

Examples:

    ?- chars_si("hello").
       true.

    ?- chars_si(5).
       false.

    ?- chars_si([a,b,c|Rs]).
       error(instantiation_error,sort/2).
src/lib/si.pl