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