summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 14ce546..4b170d3 100644
--- a/README.md
+++ b/README.md
@@ -986,3 +986,10 @@ include("./untrusted.utpl", {
print: print
})
```
+
+#### 6.51. `warn(x, ...)`
+
+Print any of the given values to stderr. Arrays and objects are converted to
+their JSON representation.
+
+Returns the amount of bytes printed.