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 ba4a701 commit 6d42778Copy full SHA for 6d42778
1 file changed
docs/panic.md
@@ -10,7 +10,7 @@ TypeScript: ``` ts
10
U.userError("PANIC! Code " + code) // throw a panic code to the problems pane
11
}
12
13
-C++: ```
+C++: ``` cpp
14
void pxtrt::panic(int code) {
15
soft_panic(code); // because this is a high level panic function, it calls the safe normal panic, not a hard crash panic
16
0 commit comments