HP Prime for All

English  Русский 

Syntax

suppress(Vect(l),Intg(n))

Description

Returns l without the element of index n

Example

suppress([0,1,2,3],2) returns [0,1,3]

suppress — Discussion