Add exists instruction

This commit is contained in:
2025-08-30 10:40:59 +10:00
parent 8247ba36e4
commit 0eb5670dfd
2 changed files with 32 additions and 1 deletions

View File

@@ -116,6 +116,12 @@ Gets the type of a variable. Outputs a string which can be "int", "double", "boo
Usage: `gettype $value &var`
#### exists
Checks if a variable exists with a direct reference. If the variable exists, outputs true. Otherwise outputs false.
Usage `exists &var1 &var2`
#### setlist
Allows you to initialize a list.