From 9ce3dd5ea5ad49adae7a9f72dbeb57057a92dd54 Mon Sep 17 00:00:00 2001 From: zleyyij Date: Thu, 30 May 2024 18:35:46 -0600 Subject: [PATCH] vault backup: 2024-05-30 18:35:46 --- IT/Scripting.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IT/Scripting.md b/IT/Scripting.md index a0de1f1..c7ac3c1 100644 --- a/IT/Scripting.md +++ b/IT/Scripting.md @@ -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 | Command | Description |