Esempio n. 1
0
def apply():
  return newTextualGLStack(colors.applyColor, ".")
Esempio n. 2
0
def holds():
  return newTextualGLStack(colors.applyColor, ":")
Esempio n. 3
0
def iff():
  return newTextualGLStack(colors.iffColor, "<==>")