removedup(List, x[indeks] ) → List In a given list, this function sequentially scans according to the provided index and removes other indices that are identical at that index. It reconstructs the list as no elements are equal to the value of designated index. |
Example:
| ||
A illustrated above, at parameter “a”, function scans based on the index 1 and removes the identical elements from the list. At parameter “b” function scans based on the index 0 and removes the identical elements from the list. | ||
To view this example in the library, see (https://openbrim.org/app/?incubator=1&author=ParamML_Examples_OpenBrIM+Platform&obj=objidynawrl0sfuj995k3d0nks ) |