File indexing completed on 2024-05-19 04:38:18

0001 # This is a single line comment
0002 a = 0
0003 # It can be followed
0004 # by more single-line comments though
0005 b = 0
0006 =begin
0007   However, If you want to do so, it's
0008   better to use multi-line comments.
0009 =end
0010 c = 0
0011 # Just a comment at the end