- Text
- Number
- Boolean
- List
- Time
Text
Stores string data allowing you to create and manage string-based variables.
The text datatype has the following properties that can be used.
Number
Stores numerical data, representing quantities, counts, or measurements.
The number datatype has the following properties that can be used.
Boolean
Represents true or false values, often used for making conditional decisions or indicating states.
The boolean datatype has the following properties that can be used.
List
Stores an ordered collection of items ofstring or number data type, ideal for managing multiple values.
The list datatype has the following properties that can be used.
Time
Stores specific points in time (e.g., dates, timestamps) or durations (e.g., hours, minutes).
The time datatype has the following properties that can be used.