Skip to content
Paolo Angeli edited this page Oct 20, 2019 · 45 revisions

Welcome to the JaiPrimer wiki!

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