We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const unit Distance ( mm = 1 cm = 10 dm = 100 m = 1000 ) step 1m // move forward 1 meter const unit time.Duration ( s = time.Second m = time.Minute h = time.Hour ) wait 1s // wait 1 second wait 1m // wait 1 minute. Note that it does not conflict with `step 1m`.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Proposal
The text was updated successfully, but these errors were encountered: