identification division.
program-id. readef.
* sample from the Absint web site
* in the Verisoft project
author. Jens.
date-written. 6.11.2004.
date-compiled.
data division.
working-storage section.
77 x pic 9(4).
77 y pic 9(4).
procedure division.
move 5 to x
move 1 to y
perform until x <= 1
multiply x by y
subtract 1 from x
end-perform.
* add 3 to y
display "x="x" y="y.
end-program readef.
¤ Dauer der Verarbeitung: 0.15 Sekunden
(vorverarbeitet)
¤
|
Haftungshinweis
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.
|