Fix randomInt
This commit is contained in:
@ -32,7 +32,7 @@ basic.showLeds(`
|
||||
`)
|
||||
input.onButtonPressed(Button.A, () => {})
|
||||
let x = 0
|
||||
Math.randomInt(3)
|
||||
Math.randomRange(0, 3)
|
||||
if (true) {}
|
||||
basic.showString("Hello!")
|
||||
```
|
||||
|
Reference in New Issue
Block a user