summaryrefslogtreecommitdiff
path: root/docs/yaml/functions/message.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/yaml/functions/message.yaml')
-rw-r--r--docs/yaml/functions/message.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/yaml/functions/message.yaml b/docs/yaml/functions/message.yaml
new file mode 100644
index 000000000..2adf8190a
--- /dev/null
+++ b/docs/yaml/functions/message.yaml
@@ -0,0 +1,14 @@
+name: message
+returns: void
+description: This function prints its argument to stdout.
+
+posargs:
+ text:
+ type: str
+ description: The message to print
+
+varargs:
+ name: more_text
+ since: 0.54.0
+ type: str
+ description: Additional text that will be printed seperated by spaces.