fixed bracket
m (→Example) |
(fixed bracket) |
||
| Line 19: | Line 19: | ||
> local x = math.random(); | > local x = math.random(); | ||
> = x | > = x | ||
0.34534 [0 - 1 | 0.34534 [0 - 1] | ||
> local x = math.random(100); | > local x = math.random(100); | ||
m (→Example) |
(fixed bracket) |
||
| Line 19: | Line 19: | ||
> local x = math.random(); | > local x = math.random(); | ||
> = x | > = x | ||
0.34534 [0 - 1 | 0.34534 [0 - 1] | ||
> local x = math.random(100); | > local x = math.random(100); | ||