Like in VB, this ``` julia @from i in x, j in y begin ``` would be translated into ``` julia @from i in x begin @from j in y ```