Skip to content

Commit a7824ce

Browse files
Update ScriptSpecification.md
1 parent 45fcfcc commit a7824ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ScriptSpecification.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ All variables start with the prefix '$', followed by a fixed term and number fro
6565
#### Returns
6666
| Type | Description |
6767
| - | - |
68-
| 10 | Returns from a function at that moment of execution. Can set the return value of the function.<br>```return;```<br>```return value;``` |
69-
| 11 | Yields back into the script engine to execute logic outside the script and continues the method at the next instruction.<br>```yield;``` |
68+
| 10 | Yields back into the script engine to execute logic outside the script and continues the method at the next instruction.<br>```yield;``` |
69+
| 11 | Returns from a function at that moment of execution. Can set the return value of the function.<br>```return;```<br>```return value;``` |
7070
| 12 | Exits the script, that is currently executed, completely.<br>```exit;``` |
7171

7272
#### Calls

0 commit comments

Comments
 (0)