Language Basics

assignment

Assigns a value to an existing local variable or data target.

Comments

Line comments and block comments document code without producing output.

Operators

LaiRu includes arithmetic, comparison, boolean, membership, range, assignment, and conditional shorthand operators.

Variables

Local variables use #name and thread variables use $name.