Enum CompiledElementBase.Syntax
The syntax this CompiledElement adheres to.
Namespace: Quantellia.WMServer.Execution.Compilation
Assembly: WMServer.dll
Syntax
public enum CompiledElementBase.Syntax
Fields
| Name | Description |
|---|---|
| JavaScript | JavaScript like syntax is characterized by brackets ({,}), semicolon statement terminators (;), among others. |