Quellcode-Bibliothek
© Kompilation durch diese Firma
[Weder Korrektheit noch Funktionsfähigkeit der Software werden zugesichert.]
Datei:
jedit_options.scala
Sprache: Unknown
identification division.
program-id. kw112.
* aus Kowalk - Korrekte Software
* p. 112
author. Jens.
date-written. 5.1.2009.
date-compiled.
data division.
working-storage section.
77 b pic 9(4).
linkage section.
77 n pic 9(4).
77 a pic 9(4).
procedure division using n returning a.
move 0 to a
move 1 to b
perform until a>n
add b to a
add a to b
end-perform
end-program kw112.
[ zur Elbe Produktseite wechseln0.2Quellennavigators
Analyse erneut starten
]
|
|