From 872914f8bd26cd285913bd55c016851774342344 Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Thu, 22 Sep 2022 20:54:04 -0700 Subject: [PATCH] Add documentation for `cat` macro Signed-off-by: Alek Ratzloff --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 32fa888..dde437c 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,4 @@ they are added as-needed. number, inclusive. If two arguments, chooses a random integer between the two numbers, inclusive. * `choose [X [Y [Z ...]]]` - chooses a random item from the supplied list of items. * `round X [Y]` - rounds a number X to an optional Y digits. +* `cat [X [Y [Z ...]]]` - concatenates all arguments together, without spaces.