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
void
Similar to JavaScript, Tokay has two atomics to define an empty value.
null
This concept is currently not enforced in Tokay. Here's an example:
There are several more, related methods currently available. General rules relating void:
The text was updated successfully, but these errors were encountered:
#80 entirely enforces this paradigm, setting an item to void removes it, a non-existing item produces void.
Sorry, something went wrong.
static : void
__main__-loop should not collect void
__main__
375055f
This is another enforcement of the `void`-paradigm #82
phorward
No branches or pull requests
Similar to JavaScript, Tokay has two atomics to define an empty value.
void
is intended to define a value which isn't therenull
is a defined empty valueThis concept is currently not enforced in Tokay. Here's an example:
There are several more, related methods currently available. General rules relating void:
The text was updated successfully, but these errors were encountered: