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
entweder ... oder
Wenn a entweder "hallo" oder "welt" ist, dann: ...
steht für:
Wenn a gleich "hallo" ist, oder a gleich "welt" ist, dann: ...
weder ... noch
Wenn a weder "hallo" noch "welt" ist, dann: ...
Wenn a ungleich "hallo" und a ungleich "welt" ist, dann: ...
sowohl ... (,...)* als auch ... <bedingung>
Wenn sowohl a als auch b größer als 5 sind, ...
Wenn a größer als 5 ist und b größer als 5 ist, ...
Für mehr als zwei:
Wenn sowohl a, b, c als auch d größer als 5 sind, ...
The text was updated successfully, but these errors were encountered:
NotLe0n
No branches or pull requests
Die Operatoren
entweder ... oder
steht für:
weder ... noch
steht für:
sowohl ... (,...)* als auch ... <bedingung>
steht für:
Für mehr als zwei:
The text was updated successfully, but these errors were encountered: