Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning

Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !

Info
titleAvailability

This routine is available starting with SIL Engine™ 1.0.


Description

Excerpt

If elem is an element of the array type, returns a new array without the specified element.

...

Note
  1. If array is not defined as an array, the routine returns error.
  2. If elem is not the same type as declared in the array definition, the routine returns error.
Info
titlekatl-commons SIL Engine™ 2.5 specific

Starting with version 2.5, there is a more powerful way to express these operations: array = array - element; or even better array -= element;

...