We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b247644 commit d5a9d68Copy full SHA for d5a9d68
1 file changed
app.ts
@@ -63,17 +63,6 @@ namespace microdata {
63
64
let pauseLoop = false;
65
66
- // input.onButtonPressed(Button.A, function() {
67
- // pauseLoop = true;
68
- // basic.showString("A")
69
- // })
70
-
71
- // input.onButtonPressed(Button.B, function() {
72
73
- // basic.showString("B")
74
75
76
77
let i = 0;
78
while (true) {
79
if (!pauseLoop) {
0 commit comments