Skip to content

Commit

Permalink
update control page now that return value is real
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAwesomeOwl committed Feb 2, 2025
1 parent 0258424 commit 8c10646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/codeblocks/control.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repeat Forever {
```

## Return
Return uses the `return` keyword. As of now, the return keyword does not accept values. This may change in the future. For now, if you want to return values, you must manually set var arguments.
Return uses the `return` keyword. For information on how to return values, see [Return Value](function.md#return-value).

```tc
if (num:Random(1,2) == 2) {
Expand Down

0 comments on commit 8c10646

Please sign in to comment.