-
Notifications
You must be signed in to change notification settings - Fork 7
Boolean
Giorgio Garofalo edited this page Oct 10, 2024
·
3 revisions
Boolean values are represented by the following literals (case insensitive):
Boolean value | Literals |
---|---|
true |
true , yes
|
false |
false , no
|
It is actually encouraged to use the yes
/no
literals as they contribute towards the 'natural language flow' of the language.
Example:
.code linenumbers:{no}
My code
A Boolean
is returned by the following operator functions:
.islower {a} {than}
.isgreater {a} {than}
.isequal {a} {to}
- Syntax of a function call
- Declaring functions
- Dynamic typing
- Localization
- Including other Quarkdown files
- Importing external libraries
- Document metadata
- Theme
- Page format
- Page margin content
- Page counter
- Automatic page break
- Numbering
- Table of contents
- Stacks (row, column, grid)
- Align
- Container
- Box
- Collapsible
- Whitespace
- String
- Number
- Markdown content
- Boolean
- Enumeration entry
- Iterable
- Dictionary
- Range
- Lambda
- Size(s)
- Color
- Dynamic