Kaynağa Gözat

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

pull/17/head
Ian Piumarta 4 yıl önce
ebeveyn
işleme
b449343280
1 değiştirilmiş dosya ile 5 ekleme ve 1 silme
  1. +5
    -1
      bootstrap.txt

+ 5
- 1
bootstrap.txt Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet