Flexible Rules
Home Publications Examples Downloads API Overview API Doc Tutorials

remove element at

Synopsis:

(remove element at position from list)
(remove element at position 
		from list 
		of entity)

Description:

Removes the element at the index position from the list list and returns the new list.

Example:

(remove element at 3 from [1,2,3,4]) -- > [1,2,3]


Contact: Fulvio Frapolli (fulvio . frapolli //at// unifr . ch), Amos Brocco (amos . brocco //at// unifr . ch)
* Remove spaces and replace //at// with @
© 2009