Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,11 +0,0 @@
|
|||
with Ada.Text_IO; use Ada.Text_IO;
|
||||
|
||||
procedure Reverse_Video is
|
||||
|
||||
Rev_Video : String := Ascii.ESC & "[7m";
|
||||
Norm_Video : String := Ascii.ESC & "[m";
|
||||
|
||||
begin
|
||||
Put (Rev_Video & "Reversed");
|
||||
Put (Norm_Video & " Normal");
|
||||
end Reverse_Video;
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
IDENTIFICATION DIVISION.
|
||||
PROGRAM-ID. terminal-reverse-video.
|
||||
|
||||
PROCEDURE DIVISION.
|
||||
DISPLAY "Reverse-Video" WITH REVERSE-VIDEO
|
||||
DISPLAY "Normal"
|
||||
|
||||
GOBACK
|
||||
.
|
||||
Loading…
Add table
Add a link
Reference in a new issue