[This is preliminary documentation and is subject to change.]
Defines all the possible tokens found in a Simis stream.
| C# | Visual Basic | Visual C++ |
public enum SimisTokenKind
Public Enumeration SimisTokenKind
public enum class SimisTokenKind
| Member | Description |
|---|---|
| None | |
| Block | |
| BlockBegin | |
| BlockEnd | |
| String | |
| IntegerUnsigned | |
| IntegerSigned | |
| IntegerDWord | |
| IntegerWord | |
| IntegerByte | |
| Float |