소스 검색

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;
}

불러오는 중...
취소
저장