Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 855 Bytes

File metadata and controls

20 lines (13 loc) · 855 Bytes

when_do_stack()

Returns a stack of bool representing the when/do operators for each line.

Those when/do operators that were triggered have a True. Those that didn't fire have a False.

Purpose Value
Main focus when_do_stack() is a side-effect
Context Qualifier
Match qualifiers onmatch
Value qualifiers onmatch

[Back to index]