From 041701416be59b94189c3a9d85053e5d69e7ba2c Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sat, 17 Jan 2026 13:57:14 -0800 Subject: [PATCH] langref: all logic manages state --- doc/langref.html.in | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/langref.html.in b/doc/langref.html.in index 49cc385200..b3c5576ca7 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -7108,6 +7108,7 @@ coding style.
  • Data
  • Context
  • Manager
  • +
  • State
  • utils, misc, or somebody's initials
  • Everything is a value, all types are data, everything is context, all logic manages state.