IdentificationDivision. Program-Id. francez-p48. Author. "Nissim Francez". * "aus Program Verification" DataDivision. Working-StorageSection.
77 y1 pic S9(8).
77 y2 pic S9(8).
77 te pic S9(8). LinkageSection.
77 x1 pic S9(8).
77 x2 pic S9(8). ProcedureDivisionusing x1 x2.
l0. display"start". move x1 to y1 move x2 to y2
l. if y1=0 then goto le else if y2 >= y1 then subtract y1 from y2 else move y1 to te move y2 to y1 move te to y2 end-if goto l end-if.
le. display"halt y1=" y1 " y2=" y2 End-Program francez-p48.
¤ Dauer der Verarbeitung: 0.14 Sekunden
(vorverarbeitet)
¤
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.