PlCompound Method (functor, arg1, arg2, arg3)

SWI-Prolog SbsSW.SwiPlCs

Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog PlCompound Method (functor, arg1, arg2, arg3)
SwiPlCs interfaceSbsSW.SwiPlCsPlTermPlCompound(String, PlTerm, PlTerm, 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,
	PlTerm arg2,
	PlTerm arg3
)
Public Shared Function PlCompound ( _
	functor As String, _
	arg1 As PlTerm, _
	arg2 As PlTerm, _
	arg3 As PlTerm _
) As PlTerm
public:
static PlTerm PlCompound(
	String^ functor, 
	PlTerm arg1, 
	PlTerm arg2, 
	PlTerm arg3
)
Parameters
functor (String)
The functor (name) of the compound term
arg1 (PlTerm)
The first Argument as a PlTerm
arg2 (PlTerm)
The second Argument as a PlTerm
arg3 (PlTerm)
The third Argument as a PlTerm
Return Value
a new PlTerm

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