Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
PlTerm Constructor (text)
SwiPlCs interfaceSbsSW.SwiPlCsPlTermPlTerm(String)
Creates a term-references holding a Prolog term representing text.
Declaration Syntax
C#Visual BasicVisual C++F#
public PlTerm(
	string text
)
Public Sub New ( 
	text As String
)
public:
PlTerm(
	String^ text
)
new : 
        text : string -> PlTerm
Parameters
text (String)
the text

Assembly: SwiPlCs (Module: SwiPlCs.dll) Version: 1.1.60601.0 (1.1.60601.0)