Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 2.71 KB

File metadata and controls

31 lines (21 loc) · 2.71 KB

boolean()

boolean() is a line() schema type representing a bool value.

To generate a particular bool value use yes() or no().

As you would think, setting distinct limits the number of lines to four, for practical purposes. Namely: yes(), no(), none(), and a header name.

Data signatures
boolean( value: $${\color{green}None}$$ ǁ $${\color{green}bool}$$ ǁ $${\color{green}str}$$ )
Call signatures
boolean( value: Term ǁ Variable ǁ Header ǁ Function )
Purpose Value
Main focus boolean() produces a calculated value and decides matches
Type Boolean is a line() schema type
Context Qualifier
Match qualifiers onmatch, distinct
Value qualifiers onmatch, notnone

[Back to index]