blob: 337a1ceeea55bb64d6516b731c63c6009868a11c [file] [log] [blame]
{ # Comment 1
for (i = 0; # Comment 2
i < 1; # Comment 3
i++) # Comment 4
{ # Comment 5
print # Comment 6
} # Comment 7
} # Comment 8