Development build 586e1bd4
Typst文档简体中文版v0.15.1 + dev 586e1bd4

bool自始可用Go to source

A type with two states.

The boolean type has two values: true and false. It denotes whether something is active or enabled.

Example

#false \ #true \ #(1 < 2)