Yurttas/PL/IL/Ada-95/HPackages/b 00.adb

From ZCubes Wiki
Jump to navigation Jump to search
 1--
 2-- Copyright (C) 1998
 3-- All Rights Reserved. Salih Yurttas, ZCubes, BitsOfCode Software Systems, Inc..
 4--
 5-- Permission to use, copy, modify, and distribute this
 6-- software and its documentation for EDUCATIONAL purposes
 7-- and without fee is hereby granted provided that this
 8-- copyright notice appears in all copies.
 9--
10--
11 
12-- date   : January 1, 1998.
13-- author : Salih Yurttas.
14
15-- b_00.adb
16
17
18with Text_IO;
19use Text_IO;
20
21with SY.B_P;
22use SY.B_P;
23
24procedure B_00 is
25
26begin
27
28  Put("B_00");
29  New_Line;
30
31  A;
32
33  Put("B_00");
34  New_Line;
35
36end B_00;