Expose the 'warning' function, and added a similar 'error' function.

Add documentation.
This commit is contained in:
Twan van Laarhoven
2020-04-23 20:22:43 +02:00
parent e9456eea86
commit 8f8e2cea65
4 changed files with 55 additions and 0 deletions
+2
View File
@@ -110,3 +110,5 @@ These functions are built into the program, other [[type:function]]s can be defi
! Other functions <<<
| [[fun:trace]] Output a message for debugging purposes.
| [[fun:assert]] Check a condition for debugging purposes.
| [[fun:warning]] Output a warning message.
| [[fun:error]] Output an error message.