RosettaCodeData/Task/Queue-Definition/J/queue-definition-2.j
Ingy döt Net b83f433714 tasks a-s
2013-04-10 23:57:08 -07: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 ~: #