> 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.return_instructions.md).

# Instructions.return\_instructions()

Returns an [Instructions](/glider-ide/api/instructions.md) object for the 'return' instructions.

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

## Query Example

```python
from glider import *


def query():
  return Instructions().return_instructions().exec(2,18)
```

## Example Output

<figure><img src="https://2237101709-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDX4Ojc4j1ef51TUAtYOx%2Fuploads%2Fs4CVHzduNINEteYqPz8r%2Fimage.png?alt=media&amp;token=9461a2d6-8751-4382-b7a5-fd3c5da73fd9" alt=""><figcaption></figcaption></figure>
