ソースを参照

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

読み込み中…
キャンセル
保存