PlCompound Method (functor, arg1)

SWI-Prolog SbsSW.SwiPlCs

Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog PlCompound Method (functor, arg1)
SwiPlCs interfaceSbsSW.SwiPlCsPlTermPlCompound(String, PlTerm)

Create a compound term with the given name ant the arguments

Declaration Syntax
C# Visual Basic Visual C++
public static PlTerm PlCompound(
	string functor,
	PlTerm arg1
)
Public Shared Function PlCompound ( _
	functor As String, _
	arg1 As PlTerm _
) As PlTerm
public:
static PlTerm PlCompound(
	String^ functor, 
	PlTerm arg1
)
Parameters
functor (String)
The functor (name) of the compound term
arg1 (PlTerm)
The first Argument as a PlTerm
Return Value
a new PlTerm

Assembly: SwiPlCs (Module: SwiPlCs) Version: 1.1.60301.0 (1.1.60301.0)