vault backup: 2024-05-30 18:35:46

This commit is contained in:
zleyyij 2024-05-30 18:35:46 -06:00
parent 08046ad2f2
commit 9ce3dd5ea5

View File

@ -127,7 +127,8 @@ function_name () {
} }
``` ```
To return a value from a function, use the `retu` To return a value from a function, use the `return` keyword. After calling, it'll be assigned to the global variable `$?`.
## Commands ## Commands
| Command | Description | | Command | Description |