From 74af728f8e7eaa06c54d3a5c2b546d7273f21e50 Mon Sep 17 00:00:00 2001 From: DiamondNether90 Date: Fri, 9 Jan 2026 07:47:27 +1100 Subject: [PATCH] Update Ground Types --- Ground-Types.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Ground-Types.md b/Ground-Types.md index 039551e..e29b25b 100644 --- a/Ground-Types.md +++ b/Ground-Types.md @@ -18,6 +18,8 @@ Example: `'a'`, `' '` (space) Example: `[2, -4, -1.5, "Hi!"]` +- function: This stores a function. See [Functions](Ground-Functions) for more information. + ## Argument Types Ground has _ different argument types, which are each used for different arguments in various commands.