Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 2.14 KB

File metadata and controls

32 lines (22 loc) · 2.14 KB

empty_stack()

If no arguments are provided, adds the names of any headers without values to a stack. If one or more arguments are provided and an argument is a variable that variable is checked for emptyness.

Header and variable arguments can be mixed.

The resulting stack does not persist from line to line.

Data signatures
empty_stack()
empty_stack( [header or var: $${\color{green}None}$$ ǁ $${\color{green}Any}$$], ... )
Call signatures
empty_stack()
empty_stack( [header or var: Variable ǁ Header], ... )
Purpose Value
Main focus empty_stack() produces a calculated value
Context Qualifier
Match qualifiers onmatch
Value qualifiers onmatch

[Back to index]