forked from Mirror/wren
4 lines
100 B
Plaintext
4 lines
100 B
Plaintext
import "timer" for Timer
|
|
|
|
Timer.sleep(-1) // expect runtime error: Milliseconds cannot be negative.
|