Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/PVS/ACCoRD/   (Beweissystem der NASA Version 6.0.9©)  Datei vom 28.9.2014 mit Größe 3 kB image not shown  

Quelle  reaching_definitions.cob   Sprache: Cobol

 
       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.

100%


¤ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

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.