Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
PlCharList Method (text)
SwiPlCs interface ► SbsSW.SwiPlCs ► PlTerm ► PlCharList(String)
Create a Prolog list of one-character atoms from a C#-string.


- text (String)
- a string

A new PlTerm containing a prolog list of character

Character lists are compliant to Prolog's atom_chars/2 predicate.