Appends an element to a list by creating a new one and copy all elements
Note This is a slow version
see my mail from Jan from 2007.11.06 14:44
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public bool Add( PlTerm term )
Public Function Add ( term As PlTerm ) As Boolean
public: bool Add( PlTerm term )
member Add : term : PlTerm -> bool
Parameters
- term (PlTerm)
- a closed list
Return Value
Boolean
True if Succeed
True if Succeed
Assembly: SwiPlCs (Module: SwiPlCs.dll) Version: 1.1.60601.0 (1.1.60601.0)