blob: 337a1ceeea55bb64d6516b731c63c6009868a11c [file] [log] [blame]
John M Devin1e2007e2024-10-28 21:46:09 +01001{ # Comment 1
2 for (i = 0; # Comment 2
3 i < 1; # Comment 3
4 i++) # Comment 4
5 { # Comment 5
6 print # Comment 6
7 } # Comment 7
8} # Comment 8
9