Преглед изворни кода

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

pull/17/head
Ian Piumarta пре 4 година
родитељ
комит
b449343280
1 измењених фајлова са 5 додато и 1 уклоњено
  1. +5
    -1
      bootstrap.txt

+ 5
- 1
bootstrap.txt Прегледај датотеку

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

Loading…
Откажи
Сачувај