Tools, FAQ, Tutorials:
"enum" CTO Statement Syntax
What is the syntax of the "enum" CTO Statement
✍: FYIcenter.com
The "enum" statement declares an enumeration data type to represent data
values with predefined options.
Here is the syntax of an "enum" statement:
enum type_name [extends super_type] {
o value_option
...
}
Syntax elements used in a "transaction" CTO Statement:
Â
⇒ CTO Language Primitive Data Types
⇠"concept" CTO Statement Syntax
2021-06-19, ∼1351🔥, 0💬
Popular Posts:
What is Azure API Management Publisher Dashboard? Azure API Management Publisher Dashboard is an Azu...
How to Install Docker Desktop on Windows 10? You can follow this tutorial to Install Docker Desktop ...
How to use the "set-backend-service" Policy Statement for an Azure API service operation? The "set-b...
How to use "json-to-xml" Azure API Policy Statement? The "json-to-xml" Policy Statement allows you t...
How to use the "@(...)" expression in Azure API Policy? The "@(...)" expression in Azure API Policy ...