Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 2.08 KB

File metadata and controls

28 lines (19 loc) · 2.08 KB

var_table()

Prints a table with all the variable names and values at each line. If no variable name is passed, table includes all vars. Otherwise, the vars identified by name are printed.

The table is text formatted.

Data signatures
var_table( [var name: $${\color{green}str}$$], ... )
Call signatures
var_table( [var name: Variable ǁ Header ǁ Term ǁ Function], ... )
Purpose Value
Main focus var_table() is a side-effect
Context Qualifier
Match qualifiers onmatch
Value qualifiers onmatch

[Back to index]