Validity: Rule, Task
This keyword allows the variable type to be defined as REAL, i.e. floating point 8 Byte (double).
Syntax |
REAL |
---|---|
Minimum representable number |
2.225074e-308 |
Maximum representable number |
1.797693e+308 |
Size |
8 Bytes |
Note |
If it precedes the variable name in brackets it performs a force operation CAST You can initialize the value of the variable using the following syntax: REAL variableName = { 0.0 } |
Example of use:
|