Ver código fonte

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

master
Ian Piumarta 4 anos atrás
pai
commit
b449343280
1 arquivos alterados com 5 adições e 1 exclusões
  1. +5
    -1
      bootstrap.txt

+ 5
- 1
bootstrap.txt Ver arquivo

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

Carregando…
Cancelar
Salvar