Enum ContinueType
The type of continue the lua flavor being parsed has.
Namespace: Loretta.CodeAnalysis.Lua
Assembly: Loretta.CodeAnalysis.Lua.dll
Syntax
public enum ContinueType
Fields
Name | Description |
---|---|
ContextualKeyword | Continue is a contextual keyword (is only a keyword when used as a statement). |
Keyword | Continue is a keyword. |
None | No continue. |