11cb0ef41Sopenharmony_civar table = require('../');
21cb0ef41Sopenharmony_civar t = table([
31cb0ef41Sopenharmony_ci    [ 'beep', '1024' ],
41cb0ef41Sopenharmony_ci    [ 'boop', '33450' ],
51cb0ef41Sopenharmony_ci    [ 'foo', '1006' ],
61cb0ef41Sopenharmony_ci    [ 'bar', '45' ]
71cb0ef41Sopenharmony_ci], { align: [ 'l', 'r' ] });
81cb0ef41Sopenharmony_ciconsole.log(t);
9