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