db48x/doc/commands/composites.md
Christophe de Dinechin 47ef63e388 Change file mode for documentation to not have the "execute" flag set
Signed-off-by: Christophe de Dinechin <christophe@dinechin.org>
2023-10-08 18:13:57 +02:00

855 B
Executable file

Lists, Matrix and String commands

PUT

Replace an item in a composite

PUTI

Replace an item and increase index

GET

Extract an item from a composite

GETI

Extract an item and increase index

HEAD

Extract the first item in a composite

TAIL

Removes the first item in a composite

OBJDECOMP

Explode an object into its components

REPL

Replace elements in a composite

POS

Find the position of an element in a composite

NPOS

Find object in a composite, starting from index N

POSREV

Find the position of an element, starting from the end

NPOSREV

Find the position from the end, starting at index N

SUB

Extract a group of elements from a composite

SIZE

Number of elements in a composite

RHEAD

Returns the last element from the composite

RTAIL

Removes the last element from the composite