Add documentation for cat macro

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-09-22 20:54:04 -07:00
parent f37efe06e2
commit 872914f8bd

View File

@@ -37,3 +37,4 @@ they are added as-needed.
number, inclusive. If two arguments, chooses a random integer between the two numbers, inclusive. 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. * `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. * `round X [Y]` - rounds a number X to an optional Y digits.
* `cat [X [Y [Z ...]]]` - concatenates all arguments together, without spaces.