Skip to content

SLEEP argument #6

Description

@hernandp

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions