Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.59 KB

File metadata and controls

25 lines (17 loc) · 1.59 KB

row_table()

Prints a table with all the header names and values for each line. The table is text formatted.

Data signatures
row_table( [from header: $${\color{green}int}$$], [to header: $${\color{green}int}$$] )
Call signatures
row_table( [from header: Term], [to header: Term] )
Purpose Value
Main focus row_table() is a side-effect
Context Qualifier
Match qualifiers onmatch
Value qualifiers onmatch

[Back to index]