|
D.2.3.5 deleteSublist
Procedure from library general.lib (see general_lib).
- Usage:
- deleteSublist(v,l); intvec v; list l
where the entries of the integer vector v correspond to the
positions of the elements to be deleted
- Return:
- list without the deleted elements
Example:
|