SystemEoln (Delphi)
Description
This example waits for keyboard input before continuing.
Code
procedure TForm1.Button1Click(Sender: TObject);
begin
WriteLn('Type something on the console and hit return');
Eoln;
WriteLn('Write this after you type something');
Readln;
end;
Uses
- System.Eoln ( fr | de | ja )