atomCharsTestFirstIsVar
Tests the queries
?- atom_chars(X,[t,e,s,t]).Content copied to clipboard
succeeds. producing 1 solution which binds variable X to test.
Tests the queries
?- atom_chars(X,[t,e,s,t]).succeeds. producing 1 solution which binds variable X to test.