5 lines
81 B
Ada
5 lines
81 B
Ada
|
|
Ch : Character;
|
||
|
|
Available : Boolean;
|
||
|
|
|
||
|
|
Ada.Text_IO.Get_Immediate (Ch, Available);
|