Universeorange.com/Docs/
ready(() => {
const msec = 1000;
_('_').usleep(msec);
console.log('hello world!');
});
This function sleeps for a certain amount of milliseconds.
Last modified: 2021-06-07
© 2021 universeorange.com