From e981f6b0bb116b987d0738806f8f750a5968056f Mon Sep 17 00:00:00 2001 From: The4codeblocks <72419529+The4codeblocks@users.noreply.github.com> Date: Thu, 29 Jan 2026 08:11:08 -0500 Subject: [PATCH] clarify how to define a function --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 205591a..92550fc 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ ChatCalc NeoForge is a port of the original [ChatCalc Fabric mod](https://github ### Custom Functions Define a custom function: ``` -myFunc(x;y) = x^2 + y^2 +myFunc(x;y) = x^2 + y^2 // TAB -> function defined ``` Use it: ```