From 16c36a6b8a619d26b6ba2acbaacb96a6920195db Mon Sep 17 00:00:00 2001 From: hanez Date: Tue, 17 Feb 2026 14:46:35 +0100 Subject: [PATCH] Holiday is over, now I have fun again. No code changes. (0.38.11) --- docs/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/README.md b/docs/README.md index 3f027a9..97ca9d0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -6,6 +6,8 @@ This file serves as an index of the documents in this directory. Links are relat - [handbook.md](./handbook.md) — Comprehensive handbook for the Fun language and VM: install/build, configuration flags, usage, and full feature overview. - [types.md](./types.md) — Core types (numbers, strings, arrays, maps, nil/bool), common operations, patterns, and interop notes. +- [arrays.md](./arrays.md) — Working with arrays: creation, indexing/slicing, iteration patterns, helpers, and idioms. +- [maps.md](./maps.md) — Working with maps: construction, lookup/update, merging, iteration, and common patterns. - [includes.md](./includes.md) — Using local vs. system includes, FUN_LIB_DIR, DEFAULT_LIB_DIR, and namespaced includes with `as`. - [repl.md](./repl.md) — REPL guide: how to build/launch, editing and history, completions, REPL‑on‑error, and tips. - [opcodes.md](./opcodes.md) — VM opcodes overview grouped by domain with brief behavior/stack notes.