-
Notifications
You must be signed in to change notification settings - Fork 0
0 : Introduction
Paulyn edited this page Nov 28, 2025
·
1 revision
[ WIP : NOT DEPENDABLE ]
This guide describes the syntax and behavior of the LAT language.
It covers variables, expressions, functions, control flow, printing, returning values, and additional language rules.
LAT is designed to be:
-
Readable (inspired by Lua, Python, Ruby)
-
Minimal (few keywords, clear block structures)
-
Safe (explicit scoping, clean blocks)
-
Easy to parse (consistent grammar)
This manual is organized into sections for easy Wiki navigation.