> 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/instructions/instructions.expression_instructions.md).

# Instructions.expression\_instructions()

`expression_instructions() →` [`Instructions`](/glider-ide/api/instructions.md)

In Glider, all objects lacking defined types, such as [`IfInstruction`](/glider-ide/api/instruction/ifinstruction.md), [`CatchInstruction`](broken://pages/UROP8ORrVgEnDCU5ArMo), [`BreakInstruction`](/glider-ide/api/instruction/breakinstruction.md), etc., are considered `expressions`

## Query Example

```python
from glider import *


def query():  
  return Instructions().expression_instructions().exec(4)
```

## Example Output

<figure><img src="/files/QBqkfKabVo3CHIbqWUne" alt=""><figcaption></figcaption></figure>
