Sha256: 021b65eeaa4d91d1af95023ecfb2b1c1919837b5f74e5076ac81c117b3daa2a8
Contents?: true
Size: 256 Bytes
Versions: 71
Compression:
Stored size: 256 Bytes
Contents
for i = 99L, 0, -1 do begin print, i, format="(I0, 1X, 'bottles of beer on the wall,')" print, i, format="(I0, 1X, 'bottles of beer.')" print, 'Take one down, pass it around,' print, i, format="(I0, 1X, 'bottles of beer on the wall.', /)" endfor
Version data entries
71 entries across 69 versions & 8 rubygems