Курсовая работа: Програма переводу з однієї системи числення у іншу
case sim of
#77:begin
if dov <> exit then dov:=succ(dov)
else dov:=ten_to_;
if dov=fild1 then dov:=help;
end;
#75:begin
if dov<> ten_to_ then dov:=pred(dov)
else dov:=exit;
if dov=fild1 then dov:=_to_ten;
end;
#27:begin;clrscr;halt;end;
end;
golovnemenu;
until sim=#13;
case dov of
ten_to_:begin
repeat{1}
sub_ten_to_;
repeat{2}
sim:=readkey;
if(sim=#0) and keypressed then sim:=readkey;
case sim of
#80:if dov1 <> ten_to_sixteen then dov1:=succ(dov1)
else dov1:=ten_to_two;
#72:if dov1<> ten_to_two then dov1:=pred(dov1)
else dov1:=ten_to_sixteen;
#27:begin screen;goto m1;end;
#75:begin