==============
TKE_Conditions
==============

Opcode
======

.. csv-table::

	"ASCII", "?"
	"Hexadecimal", "3F"
	"Decimal", "63"


Operands
========

Variable length, (length)xByte conditions

.. csv-table::

	"length", "Length of the string. Value is a **Byte**, but if the value is 254, the real length follows as an additional **Word**, or if 255 the real length follows as an additional **Long**."
	"conditions", "string of condition settings"
	

Notes
=====

Conditions is a string of one or more (comma separated) flags, individually on or off, which can be checked by ``Style_Segment`` and ``Include_Segment`` with conditional tests.
