Returns an Instructions object for the 'end if' instructions.
Last updated 24 days ago
end_if_instructions() → Instructions
end_if_instructions() →
Instructions
from glider import * def query(): return Instructions().end_if_instructions().exec(1)