DataType Declaration
Every programming element that can hold data has a declared data type. The following list shows how to specify data types of various elements in a declaration statement:
Literal— With a literal type character.Constant— In a declaration statement.Property— In a procedure declaration statement.Procedure argument— In the procedure declaration.Procedure return value— In the procedure declaration.