Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
PlCallQuery Method (module, goal)
SwiPlCs interface ► SbsSW.SwiPlCs ► PlQuery ► PlCallQuery(String, String)
As PlCallQuery(String) but executed in the named module.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public static PlTerm PlCallQuery( string module, string goal )
Public Shared Function PlCallQuery ( module As String, goal As String ) As PlTerm
public: static PlTerm PlCallQuery( String^ module, String^ goal )
static member PlCallQuery : module : string * goal : string -> PlTerm
Return Value
PlTerm
the bound variable of the first solution
the bound variable of the first solution
Assembly: SwiPlCs (Module: SwiPlCs.dll) Version: 1.1.60605.0 (1.1.60605.0)