filmov
tv
Using ReadKey in Pascal

Показать описание
This Video demonstrates the difference between readkey and readln.
Here's the code:
program readkeydemo;
uses crt;
var
confirm:string;
begin
writeln('Would you like to continue? y=yes, any other key=no');
//readLn(confirm);
confirm:=readkey();
If confirm='y' then
writeln('you have chosen to continue')
else
writeln('You have chosen to quit');
readln();
end.
Here's the code:
program readkeydemo;
uses crt;
var
confirm:string;
begin
writeln('Would you like to continue? y=yes, any other key=no');
//readLn(confirm);
confirm:=readkey();
If confirm='y' then
writeln('you have chosen to continue')
else
writeln('You have chosen to quit');
readln();
end.
Using ReadKey in Pascal
Pascal 2020 #9 - Case of Yapısı ve ReadKey
pascal ReadKey() - считываем char без нажатия Enter: управление сценой...
readkey
Programming in Pascal. Write, writeln, read, readln
10 uses crt clrscr readkey
Console ReadKey Part II
Nowhere boy Inspite of all the Danger in Pascal
PASCAL PROGRAMMING: Reading An Integer From The User.
Turbo Pascal Bibliothèque 'Uses Crt'
Class Demonstration - Using Pascal
CRT Unit for Amiga FreePascal
Learning Pascal x20 User defined types
How to use sound in Pascal
C# Write(), WriteLine() ve ReadKey() Metotları
How to : Crt32
Comment créer une Application avec une IHM en Mode Text ? Free PASCAL Version 02
Praktek Array Pascal
ARRAY ( PASCAL-10)
13 - Infomratique - Pascal - Clrscr Gotoxy AlgoSpear
PascalABC darsliklari 1-dars writeln va Uses crt;
Cara membuat Program segitiga bintang menggunakan free pascal ! Rumus ada di deskripsi ya :)
pascal's triangle v1 in c#
Pascal. Чтение с клавиатуры. Ввод с клавиатуры. Readln и Read. PascalABC Net...
Комментарии