Explorar el Código

Add millis() to convert microseconds() into milliseconds (duh;-)

pull/17/head
Ian Piumarta hace 4 años
padre
commit
b449343280
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. +5
    -1
      bootstrap.txt

+ 5
- 1
bootstrap.txt Ver fichero

@ -13,4 +13,8 @@ fun println() {
apply(print, __arguments__);
print("\n");
__arguments__;
}
}
fun millis() {
microseconds() / 1000;
}

Cargando…
Cancelar
Guardar