SLEEP is by default in seconds, but this in inconvenient for smaller lapses (e.g: in animation), so a different unit must be possible to be given.
Proposal is to keep seconds by default if no unit is specified, e.g:
SLEEP 0.01
Optional unit allows to do:
SLEEP 0.01 S
SLEEP 1000 MS
Seconds and milliseconds should be enough for most purposes.
SLEEP is by default in seconds, but this in inconvenient for smaller lapses (e.g: in animation), so a different unit must be possible to be given.
Proposal is to keep seconds by default if no unit is specified, e.g:
SLEEP 0.01
Optional unit allows to do:
SLEEP 0.01 S
SLEEP 1000 MS
Seconds and milliseconds should be enough for most purposes.