5 lines
71 B
Ada
5 lines
71 B
Ada
|
|
package Parameter is
|
||
|
|
X: Natural := 0;
|
||
|
|
Y: Natural;
|
||
|
|
end Parameter;
|