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
Small thing to fix, just haven’t got the time to do it myself right now.
On this page,
reference/src/types.md
Lines 14 to 18 in 8db4edd
Primitive types: Boolean — true or false Numeric — integer and float Textual — char and str Never — ! — a type with no values
true
false
char
str
!
Every entry lists types except for Boolean which lists values. Probably better should be
Boolean
Primitive types: Boolean — bool Numeric — integer and float Textual — char and str Never — ! — a type with no values
bool
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Small thing to fix, just haven’t got the time to do it myself right now.
On this page,
reference/src/types.md
Lines 14 to 18 in 8db4edd
Every entry lists types except for
Boolean
which lists values. Probably better should beThe text was updated successfully, but these errors were encountered: