📄️ Basics
ABJAD is similar in syntax to TypeScript. It resembles the C-family languages by using the curly braces {} to
📄️ Variables
Learn about the simplest way to store values in ABJAD.
📄️ Constants
Learn about storing unchangeable values.
📄️ Data Types
Learn about the types of data can be assigned to references and used elsewhere.
📄️ Printing
Learn about how to display values on the screen.
📄️ Comments
Learn about adding notes to your code without affecting its execution.
📄️ Operators
Learn about all the equations you can form.
📄️ Conditionals
Learn about conditional execution of blocks of code.
🗃️ Loops
2 items
📄️ Functions
Learn about the basic way of code reuse.
📄️ Classes
ABJAD is an object-oriented language, that means you can define your own types!