Fix critical bug, further functions

This commit is contained in:
2025-08-15 11:35:58 +10:00
parent bb753e97d4
commit e4cc6b2f14
2 changed files with 21 additions and 12 deletions

View File

@@ -234,13 +234,7 @@ Defines a function. All code between `fun` and `endfun` will be included in the
Usage: `fun -type !functionname -type &var -type &var -type &var # and so on...`
Usage note: The first type specified before the function name must be the return type. The type displayed before all vars
#### local
Defines a variable. The variable will be destroyed when the function is finished.
Usage: `local &var $value`
Usage note: The first type specified before the function name must be the return type. The type displayed before all vars shows what type that variable must be.
#### return