type: noteCopy
type: note
from fennel
Tables in fennel differ from lua syntactically in one way. Rather than using curly braces {} for both sequential and key/value tables, fennel uses square backets [] to make sequential tables more visibly identifiable.
{}
[]