Skip to content

Commit

Permalink
added a description of what the function does
Browse files Browse the repository at this point in the history
  • Loading branch information
naem-less authored Aug 2, 2024
1 parent 104876d commit 05a7a21
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions guide/Useful/return.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# $return

Can only be used inside user-defined functions created with $function\
Stops a user defined function execution and returns the Return Value

Can only be used inside user-defined functions created with `$function`\
It has no effect outside the user-defined function

## Usage

```bash
$return[Return Value]
$return[Return Value(optional)]
```

### Example:
Expand Down

0 comments on commit 05a7a21

Please sign in to comment.