Returns the source code of the instruction
Last updated 24 days ago
from glider import * def query(): instructions = Instructions().exec(1,1) print(instructions[0].source_code()) return instructions