# This is a comment array = [ 'foo', 'bar' ] foo = bar # This is also a comment hash = { foo => 'bar', moo => 'kar' } #hash2 = { foo => 'bar', moo => 'kar' } # hash3 = { foo => 'bar', moo => 'kar' } # hash4 = { foo => 'bar', moo => 'kar' } hash5 = { foo =>bar, moo => 'kar' } sally = 'mally' folly = [fido, 'dido', mido ] continued1 = [ one, two, \ three ] continued2 = 'continued2 string \ next line' continued3 = continued3 string \ next line continued4 = continued4 string to \ # comment next line after comment continued5 = continued5 string to nowhere\