You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -906,7 +906,7 @@ if RuneIsAwesome {
906
906
907
907
### typeof
908
908
-**Syntax**: `typeof(<arg>)`
909
-
-**Description**: Returns the type name as a string of the given argument. Possible types are: `int`, `float`, `string`, `bool`and`unknown`.
909
+
-**Description**: Returns the type name as string of the given argument. Possible types are: `int`, `float`, `string`, `bool`, `array`, `table`and`unknown`.
0 commit comments