| Argument Position | Prohibited Expression |
|---|---|
| Argument 1 | ¬_ |
| Argument Position | Prohibited Expression |
|---|---|
| Argument 1 | ¬_ |
| Position | Name | Type | Description | |
|---|---|---|---|---|
| Parameters | ||||
| 1 | element | any | An arbitrary value. | |
| 2 | aSet | set | ||
| Returns | boolean | true if element is not an element of aSet, false otherwise. | ||
| Position | Name | Type | Description | |
|---|---|---|---|---|
| Parameters | ||||
| 1 | key | any | ||
| 2 | aMap | map | ||
| Returns | boolean | true if key is not an element of aMap, false otherwise. | ||