forked from ground/ground
Fix critical bug, further functions
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user