uses crt; begin writeln (‘nhan phim bat ki de thoat’); if keypressed then exit; readln; end. Bình luận
uses crt;begin clrscr; repeat write (‘/’); delay (10); until keypressed; readln;end. chương trình in ra màn hình ///////// đến khi nhấn phím bất kì Bình luận
uses crt;
begin
writeln (‘nhan phim bat ki de thoat’);
if keypressed then exit;
readln;
end.
uses crt;
begin
clrscr;
repeat
write (‘/’);
delay (10);
until keypressed;
readln;
end.
chương trình in ra màn hình ///////// đến khi nhấn phím bất kì