Package hw
Class Time

Public Method delay

static void delay(int ms)

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns Range Description
ms int wait time in ms

Pause current thread (typically main thread) execution for ms milliseconds.