Hello Could someone help me figure out what is going on here please.
//make table
tbl:([keyed:()]col2:();col3:())
//adding to table like this doesnt work
`tbl insert (1;enlist “boo”; 2)
//but adding like this works
`tbl insert (1;2;enlist “boo”)
Thanks