Просмотр исходного кода

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

pull/17/head
Ian Piumarta 4 лет назад
Родитель
Сommit
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;
}

Загрузка…
Отмена
Сохранить