Queue/Definition: Difference between revisions

Content added Content deleted
No edit summary
Line 857: Line 857:


q $(new ~Queue)
q $(new ~Queue)

!q.push "one"
!q.push "one"
!q.push "two"
!q.push "two"
Line 879: Line 880:
popped = three
popped = three
is it empty? = false</pre>
is it empty? = false</pre>



=={{header|AutoHotkey}}==
=={{header|AutoHotkey}}==