Skip to content

Commit 05a7a21

Browse files
authored
added a description of what the function does
1 parent 104876d commit 05a7a21

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

guide/Useful/return.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# $return
22

3-
Can only be used inside user-defined functions created with $function\
3+
Stops a user defined function execution and returns the Return Value
4+
5+
Can only be used inside user-defined functions created with `$function`\
46
It has no effect outside the user-defined function
57

68
## Usage
79

810
```bash
9-
$return[Return Value]
11+
$return[Return Value(optional)]
1012
```
1113

1214
### Example:

0 commit comments

Comments
 (0)