diff options
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/message_warning_concat.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/message_warning_concat.md b/docs/markdown/snippets/message_warning_concat.md new file mode 100644 index 0000000..39e9e6d --- /dev/null +++ b/docs/markdown/snippets/message_warning_concat.md @@ -0,0 +1,4 @@ +## More than one argument to `message()` and `warning()` + +Arguments passed to `message()` and `warning()` will be printed separated by +space. |