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

# Instructions.new\_variable\_instructions()

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

## Query Example

```python
from glider import *


def query():
  return Instructions().new_variable_instructions().exec(2,3)
```

## Example Output

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