Aurora can use and manipulate a wide variety of data types from the most basic and fundimental 'Byte' of data to very complex user defined data structures. The most basic and fundimental data types are intrinsic to Aurora and do not require special programming ability to use. A variable is a The simpler variables include text/character type data and numerical type data as follows:
Using these data types requires the following steps:
These three steps can be combined into a single 'initialization' statement. For example:
int anIntegerVariable = 10