Queue/Definition: Difference between revisions

no edit summary
(→‎{{header|J}}: Simplified definition of notnull (Thanks June Kim))
No edit summary
Line 11:
* handle the error of trying to pop from an empty queue (behavior depends on the language and platform)
 
See [[FIFO (usage)]] for the built-in FIFO or queue of your language or standard library.
 
 
=={{header|Ada}}==
Anonymous user