PPT Slide
P1:
process
variable A : integer : = 0;
variable B : integer : = 0;
begin
Lopp1 :
loop
A := A + 1;
B := 20;
Loop2:
loop
if B < (A*A) then
exit Loop2;
end if;
end loop Loop2;
exit loop loop1;
wait;
end process;
Previous slide
Next slide
Back to first slide
View graphic version