From b74ece344fe6d40e1040670a12be1dde3adb71b2 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 20 Jan 2020 15:04:16 -0500 Subject: Support multiple args to message() and warning() --- docs/markdown/snippets/message_warning_concat.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/markdown/snippets/message_warning_concat.md (limited to 'docs/markdown/snippets') 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. -- cgit v1.1