Introduction
Getting Started
Language
1.
Design Choices
1.1.
Line Terminators
1.2.
Comments
1.3.
Keywords
1.4.
Special Keywords
1.5.
Null
2.
Variables
2.1.
Strings
2.2.
Integers
2.3.
Arrays
2.4.
Others
3.
Control Flow
3.1.
Conditional Statements
3.2.
Comparison Operators
3.3.
Loops & Recursion
4.
Functions
4.1.
Defining functions
4.2.
Built-ins
4.2.1.
println & print
4.2.2.
exec
Contributing
Security
Light (default)
Rust
Coal
Navy
Ayu
The Lem Language
Line Terminators
In Lem, the line terminator is a semicolon (
;
). However, this will eventually be removed (see #9).