We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104876d commit 05a7a21Copy full SHA for 05a7a21
1 file changed
guide/Useful/return.md
@@ -1,12 +1,14 @@
1
# $return
2
3
-Can only be used inside user-defined functions created with $function\
+Stops a user defined function execution and returns the Return Value
4
+
5
+Can only be used inside user-defined functions created with `$function`\
6
It has no effect outside the user-defined function
7
8
## Usage
9
10
```bash
-$return[Return Value]
11
+$return[Return Value(optional)]
12
```
13
14
### Example:
0 commit comments