1Graphica interface

 

2Function

The <geti> block is used to read an element at a specific index in a list; it is equivalent to the following Python code: =list[index]

See the Python documentation for more details.

3Inputs

4Output

5Types

The “list” input type is list

The “index” input type is int