(18 . 10)(18 . 17)
306 ------------------------------------------------------------------------------
307
308 with Demo_Ch1; use Demo_Ch1;
309 with Demo_Ch2; use Demo_Ch2;
310
311 procedure FFA_Demo is
312 begin
313
314 -- Ch. 1
315 Demo_Add_Sub;
316
317 -- Ch. 2
318 Demo_Word_Preds;
319 Demo_FZ_Basics;
320 Demo_FZ_Various_Ops;
321
322 end FFA_Demo;