> 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/instruction/instruction.source_code.md).

# Instruction.source\_code()

Returns the source code of the instruction

## Query Example

```python
from glider import *
def query():

  instructions = Instructions().exec(1,1)

  print(instructions[0].source_code())
  
  return instructions
```

## Output Example

<figure><img src="https://2237101709-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FDX4Ojc4j1ef51TUAtYOx%2Fuploads%2FeqP1hic7aRAB5dhDzs3L%2Fimage.png?alt=media&amp;token=33874fc9-93dc-48f5-8d2c-d62d464b9ab0" alt=""><figcaption></figcaption></figure>
