rf-web/vendor/bundle/gems/rouge-3.12.0/lib/rouge/demos/idlang

9 lines
256 B
Plaintext
Raw Normal View History

2019-10-21 08:18:17 +00:00
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