Comments

In the Aral programming language, comments are written using the // symbol, similar to C++ and Java. For multi-line comments, you can use /* */.

Example

// this is a comment
shıǵar("Hello World");
/*
    this is a 
    multi-line 
    comment     
*/
shıǵar("Hello World");

Back to top

Aral Programming Language - Open Source Educational Project

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