Returns a list of all library call instructions.
Last updated 3 months ago
library_calls() →
library_calls
() →
from glider import * def query(): return Instructions().library_calls().exec(1,4)
This outputs the call to the Math.log10(value) library function.
Math.log10(value)
Instructions