Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 1.35 KB

Home.md

File metadata and controls

60 lines (47 loc) · 1.35 KB

Welcome to the JaiPrimer wiki!

Language basics

Types, constants, variables

  • Native types
  • Constants
  • Variables and assignments
  • Expressions and operators
  • Type-casting
  • Simple user-defined types
  • Aggregated data types
  • Collections data types
  • Pointers

Flow control

Subroutines

  • Declarations
  • Procedures / Functions
  • Arguments / Parameters
  • Return values
  • Overloading / Polymorhism
  • Lambdas

Advanced features

Concepts