Add documentation for cat macro
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user