There is for loop iteration syntax like so: ``` fffll for( i: list, { -- do something with list }) ``` Currently this iterates over the number keyed elements of list and doesn't touch the name keyed elements. An empty list also currently causes a segfault.