From c720ce0dd2c89200480598679e9987841e373910 Mon Sep 17 00:00:00 2001 From: Elijah Cohen Date: Sat, 4 Jan 2025 11:00:47 -0600 Subject: [PATCH] documentation updates/fixes --- doc/builtins.html | 35 +++++++++++++++++++++++++++++++++++ doc/index.html | 4 ++-- 2 files changed, 37 insertions(+), 2 deletions(-) diff --git a/doc/builtins.html b/doc/builtins.html index 41016d4..f4c0d3f 100644 --- a/doc/builtins.html +++ b/doc/builtins.html @@ -11,6 +11,7 @@

Builtins

The operations built in to the language are described here, roughly organized by topic and significance. Examples ought to be included.

+

Worth note, this describes not how one ought to use the language, but the operations built into the core of the interpreter. Though many of these operations will be useful in many many conceivable programs, their appearance here is only to document the very core of the language. Everything not detailed here is composed of things here.