|
|
|
a,x,q,w:longint; | |
textbackground(15); | |
textcolor(0); | |
window(22,7,66,20); | |
textbackground(0); | |
window(21,6,64,19); | |
textbackground(1); | |
textcolor(10); | |
writeln(' ணࠬ ???'); | |
textcolor(14); | |
writeln(' 1. - , । ᨬ'); | |
writeln(' 2. - , । '); | |
textcolor(10); | |
writeln(' (1/2)'); | |
window(1,1,80,25); | |
textbackground(15); | |
textcolor(0); | |
writeln(' ':27,' '); | |
writeln(' ':27,' '); | |
writeln(' ':27,' '); | |
writeln(' ':27,' '); | |
writeln(' ':27,' '); | |
window(22,7,66,20); | |
textbackground(0); | |
window(21,6,64,19); | |
textbackground(1); | |
textcolor(14); | |
writeln(' ணࠬ । ᨬ '); | |
repeat | |
q:=0; | |
q:=q+1; | |
textcolor(14); | |
textcolor(10); | |
write(' ᨬ '); | |
readln(x); | |
textcolor(14); | |
write('#',x,' ⮣ - '); | |
textcolor(11); | |
writeln(chr(x)); | |
textcolor(14); | |
until q=1000; | |
if a=2 then begin | |
window(1,1,80,25); | |
textbackground(15); | |
textcolor(0); | |
writeln(' ':25,' '); | |
writeln(' ':25,' '); | |
writeln(' ':25,' '); | |
writeln(' ':25,' '); | |
writeln(' ':25,' '); | |
window(22,7,66,20); | |
textbackground(0); | |
window(21,6,64,19); | |
textbackground(1); | |
textcolor(14); | |
writeln(' ':3,'ணࠬa । ᨬ'); | |
textcolor(10); | |
writeln(' ᨬ'); | |
ch:=readkey; | |
if ch<>#0 | |
then begin textcolor(14); | |
write(ch,' ⮣ ᨬ- '); | |
textcolor(11); | |
writeln('#',ord(ch)); | |
end | |
else begin | |
ch:=readkey; | |
textcolor(10); | |
writeln(' ⮣ ᨬ- #',ord(ch)); | |
end; | |
textcolor(14); | |
until w=1000; | |