Add type_name function to query the type of a value

This commit is contained in:
Twan van Laarhoven
2020-04-18 22:01:49 +02:00
parent 1c9139a490
commit 24f4b4edba
3 changed files with 24 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ These functions are built into the program, other [[type:function]]s can be defi
| [[fun:to_color]] Convert any value to a [[type:color]]
| [[fun:to_image]] Convert any value to an [[type:image]]
| [[fun:to_date]] Convert any value to a [[type:date]]
| [[fun:type_name]] Get the type of a value
! Numbers <<<
| [[fun:abs]] Absolute value