# test to see if comments work a = import("A.csv"); b = import("B.csv"); for ar in a { for br in b { out.add(ar + br); } };