In Matlab, one can use a structure array as a for loop index set. Take the following code for example:
>> for x = dir('*.cfg'), disp(x); end
When using FreeMat, this produces the following error:
Error: Structure arrays are not supported as for loop index sets