diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |