modding:function:setq
setq
| Syntax | (setq variable expression) → expression |
|---|---|
| Arguments | variable: The variable you want to set. |
| expression: The thing you want to store in the variable. | |
| Returns | expression: Whatever the expression is. |
| Category | store |
| Description | Stores the expression in the variable. |
Example
modding/function/setq.txt · Last modified: by 127.0.0.1
