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
Hi,
Currently the description in the Guards lesson of the tour says the following:
Only a limited set of operators can be used in guards, and functions cannot be called at all.
Source: https://tour.gleam.run/flow-control/guards/
Could (should) we list the supported operators or link to an external resource where there's an up-to-date list of them?
Cheers!
The text was updated successfully, but these errors were encountered:
Good idea!
Sorry, something went wrong.
Hi, I was recently asked this same question on exercism's gleam track. From the compiler source code I gathered that the following are allowed:
I am no rust programmer so this would have to be confirmed.
No branches or pull requests
Hi,
Currently the description in the Guards lesson of the tour says the following:
Source: https://tour.gleam.run/flow-control/guards/
Could (should) we list the supported operators or link to an external resource where there's an up-to-date list of them?
Cheers!
The text was updated successfully, but these errors were encountered: