Welcome to the TechLang documentation. Use the section links below for the full, richly-formatted guides (with tables and runnable code examples).
| Section | Link |
|---|---|
| General Rules & Syntax | docs/general.md |
| Core Commands | docs/core.md |
| Control Flow | docs/control-flow.md |
| Data Types | docs/data-types.md |
| Math & Science | docs/math.md |
| File I/O | docs/file-io.md |
| Network & Web | docs/network.md |
| Graphics & Visualization | docs/graphics.md |
| Database (SQLite3) | docs/database.md |
| Memory Management | docs/memory.md |
| Concurrency & Async | docs/concurrency.md |
| System & Processes | docs/system.md |
| GUI (Tkinter) | docs/gui.md |
| Debugging | docs/debugging.md |
| Advanced Macro System | docs/macros-advanced.md |
| REPL Guide | docs/repl-guide.md |
| Help & CLI | docs/help-cli.md |
| Examples Index | docs/examples.md |
| Cookbook & Recipes | docs/cookbook.md |
Tip: Use the CLI to try examples inline: tl -i for REPL, or tl path/file.tl to run a file.