(19 . 6)(19 . 7)
161
162 with Demo_Ch1; use Demo_Ch1;
163 with Demo_Ch2; use Demo_Ch2;
164 with Demo_Ch3; use Demo_Ch3;
165
166 procedure FFA_Demo is
167 begin
(31 . 4)(32 . 7)
169 Demo_FZ_Basics;
170 Demo_FZ_Various_Ops;
171
172 -- Ch. 3
173 Demo_Shifts;
174
175 end FFA_Demo;