> 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()

Returns an Instructions object for the '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="https://2237101709-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDX4Ojc4j1ef51TUAtYOx%2Fuploads%2FsETetHU1bk1tgU9kkTRu%2Fimage.png?alt=media&amp;token=62288c0d-9699-413c-b635-6c2cfd59a8fa" alt=""><figcaption></figcaption></figure>
