From: Elijah Cohen Date: Sat, 4 Jan 2025 17:00:47 +0000 (-0600) Subject: documentation updates/fixes X-Git-Tag: v-12.13.13 X-Git-Url: https://git.eli173.com/?a=commitdiff_plain;h=c720ce0dd2c89200480598679e9987841e373910;p=klapaucius documentation updates/fixes --- 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.