> 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/callable/callable.if_instructions.md).

# Callable.if\_instructions()

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

## Example

```python
from glider import *
def query():
  functions = Functions().exec(50)

  if_instructions = []
  for function in functions:
    for instruction in function.if_instructions().exec():
      if_instructions.append(instruction)

  return if_instructions
```

## Example output

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