Skip to content

Commit 6567598

Browse files
Update throwFunction.md
1 parent 29eb5a7 commit 6567598

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/throwFunction.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
## Throw function
22

3-
If you did not know, there is a function in the runtime layer called **throwValue**.
4-
This function behaves the same way as the throw syntax, it is just a other way for using the
5-
function.
3+
The **throwValue** function throws a value similar to the throw syntax. The difference is that
4+
the throw value function is the core that implemented the throw syntax for the MakeCode environment.
65

76
Here is the shim for getting the function.
87

0 commit comments

Comments
 (0)