gettype instruction

This commit is contained in:
2025-08-30 10:24:31 +10:00
parent 76e36b7ca3
commit 8247ba36e4
3 changed files with 60 additions and 1 deletions

View File

@@ -110,6 +110,12 @@ Allows you to set a variable to a value.
Usage: `set &var $value`
#### gettype
Gets the type of a variable. Outputs a string which can be "int", "double", "bool", "string", "char".
Usage: `gettype $value &var`
#### setlist
Allows you to initialize a list.