element at
Synopsis:
(element at position
in list)
(element at position
in list
of entity)
Description:
Returns the element at index
position from the list
list of the current entity, resp. of the entity
entity.
Example:
(element at 3
in ["a", "b", "c", "d"]) -> d
Contact:
Fulvio Frapolli (
fulvio . frapolli //at// unifr . ch),
Amos Brocco (
amos . brocco //at// unifr . ch)
* Remove spaces and replace //at// with @