Home - BSVino/JaiPrimer GitHub Wiki
Welcome to the JaiPrimer wiki!
Introduction
Language basics
Setup
Compiler
Types, constants, variables
- Native types
- Constants
- Variables and assignments
- Expressions and operators
- Type-casting
- Simple user-defined types
- Aggregated data types
- Collections
- Strings
- Pointers
Flow control
Subroutines
- Declarations
- Procedures / Functions
- Arguments / Parameters
- Return values
- Overloading / Polymorhism
- Lambdas
Advanced features
Concepts
- Factoring
- Introspection
- DOD (In stand-by status)