nicojensen.de/vendor/bundle/gems/rouge-3.3.0/lib/rouge/demos/idlang
Nico Jensen b59a203dbb Init
Init commit
2019-03-12 13:49:49 +01:00

8 lines
256 B
Text

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