_[_]:=_

Grammatical restrictions:

Argument Position Prohibited Expression
Argument 1 current fiber

Definitions:

pojo array, natural number, any
Source: /avail/Avail/Foundation/Bootstrap/Fallible Primitives
Categories: Primitives, POJO, Mutators
Mutate the specified pojo array such that its index -th element is overwritten by value.
Position Name Type Description
Parameters
1 anArray pojo array A pojo array.
2 index natural number A one-based index into the pojo array.
3 value any The value that should be written into the pojo array.
Returns
Raises
cannot-store-incorrectly-typed-value exception
subscript-out-of-bounds exception
Java-marshaling-failed exception
atom, atom, any
Source: /avail/Avail/Foundation/Bootstrap/Fallible Primitives
Categories: Primitives, Atoms, Mutators
For anAtom, establish a property binding from key to value. Any previous property binding for key is replaced.
Position Name Type Description
Parameters
1 anAtom atom An atom.
2 key atom The property key.
3 value any The property value.
Returns
Raises
special-atom exception