Remove |
Syntax |
Remove(V:LIST, N:INT):NULL where V is a variable containing a list. |
Description |
Example |
Use R ::= QQ[x,y,z]; L := Indets(); L; [x, y, z] ------------------------------- Remove(L,2); L; [x, z] ------------------------------- |
See Also |