Instructions.if_instructions()

Returns an Instructions object for the 'if' instructions.

if_instructions()Instructions

Query Example

from glider import *

def query():

  return Instructions().if_instructions().exec(2)

Output Example

Last updated