Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 581 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 581 Bytes

A

A is a high-level, interpreted, procedural programming language. Designed with math calculations in mind, it provides limited features for advanced string operations and etc.

An example of A:

# Prints Hello, World to the console.
echo 'Hello, World!';

Why A?

A is simple yet familier. Imagine Python syntax with a familier look to Java. Thats A. It's simple and easy to use.

An example of easy Syntax:

# math libary's println function's function called sum
math.println.sum(1+1);

Use A

Article: https://github.com/Bruceli-iscool/A/wiki/Use-A-locally