This website works better with JavaScript.
Home
Explore
Help
Sign In
piumarta
/
parsimony
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
Add millis() to convert microseconds() into milliseconds (duh;-)
master
Ian Piumarta
4 years ago
parent
3886b9c623
commit
b449343280
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
bootstrap.txt
+ 5
- 1
bootstrap.txt
View File
@ -13,4 +13,8 @@ fun println() {
apply(print, __arguments__);
print("\n");
__arguments__;
}
}
fun millis() {
microseconds() / 1000;
}
Write
Preview
Loading…
Cancel
Save