Правила форума :: Скачать Pascal :: FAQ // Ада–2020 :: Скачать GNAT :: OEM–2015 :: Ada -> C/C++
ПомощьПользователиПоиск
Войти
Language: РусскийEnglish
{KeyPress.PAS} ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ {Sample code for the KeyPressed function.}
uses WinCrt;
begin repeat Write('Xx'); until KeyPressed; end.