Przeglądaj źródła

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

pull/17/head
Ian Piumarta 4 lat temu
rodzic
commit
b449343280
1 zmienionych plików z 5 dodań i 1 usunięć
  1. +5
    -1
      bootstrap.txt

+ 5
- 1
bootstrap.txt Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz