> For the complete documentation index, see [llms.txt](https://docs.r.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.r.xyz/glider-ide/api/instruction/instruction.get_value.md).

# Instruction.get\_value()

`get_value() ->` [`Value`](/glider-ide/api/value.md) `|` [`NoneObject`](/glider-ide/api/internal/noneobject.md)

## Query Example

```python
from glider import *

def query():
    instructions = Instructions().exec(2,1)
    results = []
    
    for inst in instructions: 
        print(inst.get_value())

    return instructions
```

## Example Output

<figure><img src="/files/50WYYbJwGZKo3mjo1uuL" alt=""><figcaption></figcaption></figure>
