Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/nix/test/sys/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 7 kB image not shown  

Quellcode-Bibliothek Printer.vdmpp   Sprache: unbekannt

 
class Printer

 operations  
  public static Out: seq of char ==> ()
   Out (pstr) ==
     def - = new IO().echo(pstr ^ "\n"in skip;
      
  
  public static natToString : nat ==> seq of char 
  natToString(n) ==
  (
   return VDMUtil`val2seq_of_char[nat](n);
  );

    
  public static OutWithTS: seq of char ==> ()
  OutWithTS (pstr) ==
      def - = new IO().echo(Printer`natToString(World`timerRef.GetTime()) ^": " ^ pstr ^ "\n"in skip;


  public static intToString : int ==> seq of char 
  intToString(i) ==
  (
   return VDMUtil`val2seq_of_char[int](i);
  );

end Printer

Messung V0.5 in Prozent
C=100 H=100 G=100

[0.40QuellennavigatorsProjekt 2026-04-27]