rf-web/vendor/bundle/gems/rouge-3.12.0/lib/rouge/demos/idlang
2019-10-21 10:18:17 +02:00

9 lines
256 B
Plaintext

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