Queue/Definition: Difference between revisions

m
→‎{{header|Ada}}: fix lang tag
(Added a solution for MATLAB)
m (→‎{{header|Ada}}: fix lang tag)
Line 122:
Type Fifo_Type is new List with null record;
end Generic_Fifo;
</lang ada>
<lang ada>
package body Generic_Fifo is