Data Types

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);

Back to top

Aral Programming Language - Open Source Educational Project

This site uses Just the Docs, a documentation theme for Jekyll.