Enum FluencyType
The type a value can have.
Namespace: Fluency.Common
Assembly: Execution.dll
Syntax
public enum FluencyType
Fields
| Name | Description |
|---|---|
| Any | Any type, or no type at all. Usually found in function definitions. |
| Bool | Represents a boolean (true or false) |
| Double | Represents a double precision floating point number. |
| Function | Represents the name of a function. |
| Int | Represents an integer. |
| String | Represents a string. |