RosettaCodeData/Task/Queue-Definition/J/queue-definition-2.j
2023-07-01 13:44:08 -04:00

10 lines
228 B
Text

pop =: ( {.^:notnull ; }. )@: > @: ] /
push =: ( '' ; ,~ )& > /
tell_atom =: >& {.
tell_queue =: >& {:
is_empty =: '' -: 1 tell_queue
make_empty =: a: , a: [ ]
onto =: [ ; }.@]
notnull =: 0 ~: #