Methods

echoΒΆ

echo(t:Table)

Displays a table. Implemented only for tty output (or output_format=text configuration)
Source: autoload/Table.ngs:97

echo(t:Table)

Output (echo) CSV table with cells that contain arrays converted to columns. TODO: data escaping.
Source: autoload/Table.ngs:172