Queue/Definition: Difference between revisions

Content deleted Content added
Drkameleon (talk | contribs)
No edit summary
Drkameleon (talk | contribs)
Line 857:
 
q $(new ~Queue)
 
!q.push "one"
!q.push "two"
Line 879 ⟶ 880:
popped = three
is it empty? = false</pre>
 
 
=={{header|AutoHotkey}}==