Variables
In the Aral programming language, the keyword ózgeriwshi is used to create variables. After the ózgeriwshi keyword, the data type must be specified.
Example
ózgeriwshi san a = 5;
ózgeriwshi san b = 3;
ózgeriwshi qatar msg = "Hello World";
shıǵar(a + b);
shıǵar(msg);
Aral is not a dynamic programming language. Therefore, when declaring a variable, specifying the data type is mandatory.