We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d42778 commit 1d35fa8Copy full SHA for 1d35fa8
1 file changed
docs/panic.md
@@ -11,6 +11,7 @@ TypeScript: ``` ts
11
}
12
13
C++: ``` cpp
14
+
15
void pxtrt::panic(int code) {
16
soft_panic(code); // because this is a high level panic function, it calls the safe normal panic, not a hard crash panic
17
0 commit comments