Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
Item Property (name)
SwiPlCs interface ► SbsSW.SwiPlCs ► PlQueryVariables ► Item[([( String])])
Gets the PlTerm of the given variable name or throw an ArgumentException.
Declaration Syntax
Parameters- name (String)
- The name of the variable
Return ValueThe PlTerm (value) of the variable
Exceptions| Exception | Condition |
|---|---|
| ArgumentException | Is thrown if the name is not the name of a variable. |