1. Introduction
  2. Getting Started
  3. Language
  4. 1. Design Choices
    1. 1.1. Line Terminators
    2. 1.2. Comments
    3. 1.3. Keywords
    4. 1.4. Special Keywords
    5. 1.5. Null
  5. 2. Variables
    1. 2.1. Strings
    2. 2.2. Integers
    3. 2.3. Arrays
    4. 2.4. Others
  6. 3. Control Flow
    1. 3.1. Conditional Statements
    2. 3.2. Comparison Operators
    3. 3.3. Loops & Recursion
  7. 4. Functions
    1. 4.1. Defining functions
    2. 4.2. Built-ins
      1. 4.2.1. println & print
      2. 4.2.2. exec
  8. Contributing
  9. Security

The Lem Language