Skip to content

Boolean

Giorgio Garofalo edited this page Jan 23, 2025 · 5 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

Operators

A Boolean is returned by the following operator functions:

  • .not {bool} - chaining is suggested: .bool::not
  • .islower {a} {than}
  • .isgreater {a} {than}
  • .isequal {a} {to}

Getting started [NEW!]

Documentation

CLI tools

Markdown enhancements

Functions

Setting up

Multi-file projects

Layout

Charts & diagrams

Scripting & control flow

Utilities

Slides

I/O

Native content

Value types

Built-in libraries

  • Paper: abstract, definitions, theorems, and more

Extra features

Inside Quarkdown

Clone this wiki locally