jacinda-3.0.0.0: examples/tabularize.jac
:set fs:=/\s+\|\s+/;
sprintf '<table>%s</table>'
([x+'\n'+y]|>
{|sprintf '<tr>%s</tr>' ((+)|>((if ix=1 then sprintf '<th>%s</th>' else sprintf '<td>%s</td>')¨`$))})
:set fs:=/\s+\|\s+/;
sprintf '<table>%s</table>'
([x+'\n'+y]|>
{|sprintf '<tr>%s</tr>' ((+)|>((if ix=1 then sprintf '<th>%s</th>' else sprintf '<td>%s</td>')¨`$))})