As the programming language is still in the development stage, not all data types have been created yet. Currently, you can use san for numbers and qatar for strings.
Example
ózgeriwshi san a = 5;
ózgeriwshi san b = 3;
ózgeriwshi qatar msg = "Hello World";
shıǵar(a + b);
shıǵar(msg);