Create a Prolog list of one-character atoms from a C#-string.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public static PlTerm PlCharList( string text )
Public Shared Function PlCharList ( text As String ) As PlTerm
public: static PlTerm PlCharList( String^ text )
static member PlCharList : text : string -> PlTerm
Parameters
- text (String)
- a string
Return Value
PlTerm
A new PlTerm containing a prolog list of character
A new PlTerm containing a prolog list of character
Remarks
Character lists are compliant to Prolog's atom_chars/2 predicate.
Assembly: SwiPlCs (Module: SwiPlCs.dll) Version: 1.1.60601.0 (1.1.60601.0)