Explorar el Código

Remove let keyword in front of local definition.

master
Ian Piumarta hace 11 meses
padre
commit
6ae2155b92
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      profile-generate.txt

+ 1
- 1
profile-generate.txt Ver fichero

@ -20,7 +20,7 @@ evals = evaluations();
for (n = 0; n < repeats; n = n + 1) {
print("\r", n, "/", repeats);
let sieve = [];
sieve = [];
count = 0;
for (i in numbers) sieve.push(nil);
for (i = 2; i < numbers; i = i + 1) {

Cargando…
Cancelar
Guardar