There are instances where you don't need to explicitly specify the type, such as when creating a constant. For example, in MyConstant := 0, the type for MyConstant is inferred to be int because an integer value is assigned to it. In instances like this, the type is inferred.
infer
There are instances where you don't need to explicitly specify the type, such as when creating a constant.
Ask questions and help your peers Developer Forums
Write your own tutorials or read those from others Learning Library