From d2300038d2917d5f25c55b21388305e12474bf36 Mon Sep 17 00:00:00 2001 From: vlw Date: Fri, 13 Mar 2026 20:18:01 +0100 Subject: [PATCH] docs: add note about the `z_:` namespace --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 83a2495..7519316 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,9 @@ execute if std:out run return run function my_function ``` # Functions +> [!Note] +> The functions under the `z_:` namespace are used internally by mcfstd and are not meant to be called directly unless you know what you are doing. +
Function