This website requires JavaScript.
Explore
Help
Sign In
jeff
/
dust
Watch
1
Star
0
Fork
0
You've already forked dust
Code
2f06b18c3c
dust
/
std
/
thread.ds
6 lines
76 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Refine error reports
2024-03-23 21:07:41 +00:00
thread = {
Load standard library correctly
2024-06-22 15:50:44 +00:00
sleep = fn (milliseconds: int) {
Continue fixing built-in functions
2024-06-24 12:17:06 +00:00
__SLEEP__(milliseconds)
Refine error reports
2024-03-23 21:07:41 +00:00
}
}
Copy Permalink